#8541C2

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

Shades of Dark Orchid #8541C2

Tints of Dark Orchid #8541C2

Color information

#8541C2 (or 0x8541C2) is unknown color: approx Dark Orchid. HEX triplet: 85, 41 and C2. RGB value is (133,65,194). Sum of RGB (Red+Green+Blue) = 133+65+194=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #8541C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8541C2 is #7ABE3D. Grayscale: #636363. Windows color (decimal): -8044094 or 12730757. OLE color: 12730757.

HSL color Cylindrical-coordinate representation of color #8541C2: hue angle of 271.63º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8541C2 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13365194-
CMYK0.310.6600.24
HSL271.63º51.39%50.78%-
HSV(B)271.63º66.49%76.08%-
XYZ21.312.6652.36-
YUV100.04181.03151.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 65 (25.78% from 255) = 16.58%
BLUE value IS 194 (76.17% from 255) = 49.49%
R=33.93%
G=16.58%
B=49.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133651940.310.6600.24271.6351.3950.78
Hex8541C21F420181103333
Octal205101302371020304206363
Binary10000101100000111000010111111000010011000100010000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8541C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8541C2; }

 p { color: rgb(133,65,194); }

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

<style>
 a { background-color: #8541C2; }

 a { background-color: rgb(133,65,194); }

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

<style>
 span { border-color: #8541C2; }

 span { border-color: rgb(133,65,194); }

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