#8835B3

Color #8835B3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8835B3

Tints of Dark Orchid #8835B3

Color information

#8835B3 (or 0x8835B3) is unknown color: approx Dark Orchid. HEX triplet: 88, 35 and B3. RGB value is (136,53,179). Sum of RGB (Red+Green+Blue) = 136+53+179=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #8835B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8835B3 is #77CA4C. Grayscale: #5B5B5B. Windows color (decimal): -7850573 or 11744648. OLE color: 11744648.

HSL color Cylindrical-coordinate representation of color #8835B3: hue angle of 279.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8835B3 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13653179-
CMYK0.240.7000.30
HSL279.52º54.31%45.49%-
HSV(B)279.52º70.39%70.2%-
XYZ19.5611.0443.75-
YUV92.18177159.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 53 (21.09% from 255) = 14.40%
BLUE value IS 179 (70.31% from 255) = 48.64%
R=36.96%
G=14.40%
B=48.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal136531790.240.7000.30279.5254.3145.49
Hex8835B3184601E118362d
Octal21065263301060364306655
Binary1000100011010110110011110001000110011110100011000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8835B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8835B3; }

 p { color: rgb(136,53,179); }

 H1.HeaderClassName
 {
   color: #8835B3;
 }
 .AnyTagClassName
 {
   color: #8835B3;
 }
</style>
background-color css

<style>
 a { background-color: #8835B3; }

 a { background-color: rgb(136,53,179); }

 div.DivClassName
 {
   background-color: #8835B3;
 }
 .BgClassName
 {
   background-color: #8835B3;
 }
</style>
border-color css

<style>
 span { border-color: #8835B3; }

 span { border-color: rgb(136,53,179); }

 td.TdClassName
 {
   border-color: #8835B3;
 }
 .TagClassName
 {
   border-color: #8835B3;
 }
</style>