#8524C3

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

Shades of Dark Orchid #8524C3

Tints of Dark Orchid #8524C3

Color information

#8524C3 (or 0x8524C3) is unknown color: approx Dark Orchid. HEX triplet: 85, 24 and C3. RGB value is (133,36,195). Sum of RGB (Red+Green+Blue) = 133+36+195=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 195 (76.56% from 255 or 53.57% from 364); Max value from RGB is 195 - color contains mainly: blue. Hex color #8524C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8524C3 is #7ADB3C. Grayscale: #525252. Windows color (decimal): -8051517 or 12788869. OLE color: 12788869.

HSL color Cylindrical-coordinate representation of color #8524C3: hue angle of 276.6º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8524C3 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13336195-
CMYK0.320.8200.24
HSL276.6º68.83%45.29%-
HSV(B)276.6º81.54%76.47%-
XYZ20.1510.1952.53-
YUV83.13191.14163.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 36 (14.45% from 255) = 9.89%
BLUE value IS 195 (76.56% from 255) = 53.57%
R=36.54%
G=9.89%
B=53.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133361950.320.8200.24276.668.8345.29
Hex8524C32052018115452d
Octal205443034012203042510555
Binary100001011001001100001110000010100100110001000101011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8524C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8524C3; }

 p { color: rgb(133,36,195); }

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

<style>
 a { background-color: #8524C3; }

 a { background-color: rgb(133,36,195); }

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

<style>
 span { border-color: #8524C3; }

 span { border-color: rgb(133,36,195); }

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