#8535CB

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

Shades of Dark Orchid #8535CB

Tints of Dark Orchid #8535CB

Color information

#8535CB (or 0x8535CB) is unknown color: approx Dark Orchid. HEX triplet: 85, 35 and CB. RGB value is (133,53,203). Sum of RGB (Red+Green+Blue) = 133+53+203=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #8535CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535CB is #7ACA34. Grayscale: #5D5D5D. Windows color (decimal): -8047157 or 13317509. OLE color: 13317509.

HSL color Cylindrical-coordinate representation of color #8535CB: hue angle of 272º 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 #8535CB is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13353203-
CMYK0.340.7400.20
HSL272º59.06%50.2%-
HSV(B)272º73.89%79.61%-
XYZ21.7311.8457.64-
YUV94.02189.5155.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 53 (21.09% from 255) = 13.62%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=34.19%
G=13.62%
B=52.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133532030.340.7400.2027259.0650.2
Hex8535CB224A0141103b32
Octal20565313421120244207362
Binary10000101110101110010111000101001010010100100010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8535CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8535CB; }

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

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

<style>
 a { background-color: #8535CB; }

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

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

<style>
 span { border-color: #8535CB; }

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

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