#8A35CB

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

Shades of Dark Orchid #8A35CB

Tints of Dark Orchid #8A35CB

Color information

#8A35CB (or 0x8A35CB) is unknown color: approx Dark Orchid. HEX triplet: 8A, 35 and CB. RGB value is (138,53,203). Sum of RGB (Red+Green+Blue) = 138+53+203=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A35CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A35CB is #75CA34. Grayscale: #5F5F5F. Windows color (decimal): -7719477 or 13317514. OLE color: 13317514.

HSL color Cylindrical-coordinate representation of color #8A35CB: hue angle of 274º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A35CB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13853203-
CMYK0.320.7400.20
HSL274º59.06%50.2%-
HSV(B)274º73.89%79.61%-
XYZ22.5312.2657.68-
YUV95.51188.66158.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 53 (21.09% from 255) = 13.45%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=35.03%
G=13.45%
B=51.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138532030.320.7400.2027459.0650.2
Hex8A35CB204A0141123b32
Octal21265313401120244227362
Binary10001010110101110010111000001001010010100100010010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A35CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A35CB; }

 p { color: rgb(138,53,203); }

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

<style>
 a { background-color: #8A35CB; }

 a { background-color: rgb(138,53,203); }

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

<style>
 span { border-color: #8A35CB; }

 span { border-color: rgb(138,53,203); }

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