#8c24b8

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

Shades of Dark Orchid #8C24B8

Tints of Dark Orchid #8C24B8

Color information

#8C24B8 (or 0x8C24B8) is unknown color: approx Dark Orchid. HEX triplet: 8C, 24 and B8. RGB value is (140,36,184). Sum of RGB (Red+Green+Blue) = 140+36+184=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #8C24B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C24B8 is #73DB47. Grayscale: #535353. Windows color (decimal): -7592776 or 12067980. OLE color: 12067980.

HSL color Cylindrical-coordinate representation of color #8C24B8: hue angle of 282.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C24B8 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14036184-
CMYK0.240.8000.28
HSL282.16º67.27%43.14%-
HSV(B)282.16º80.43%72.16%-
XYZ20.110.346.28-
YUV83.97184.46167.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 36 (14.45% from 255) = 10%
BLUE value IS 184 (72.27% from 255) = 51.11%
R=38.89%
G=10%
B=51.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140361840.240.8000.28282.1667.2743.14
Hex8C24B8185001C11a432b
Octal214442703012003443210353
Binary10001100100100101110001100010100000111001000110101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c24b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,36,184); }

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

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

 a { background-color: rgb(140,36,184); }

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

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

 span { border-color: rgb(140,36,184); }

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