#8D24C3

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

Shades of Dark Orchid #8D24C3

Tints of Dark Orchid #8D24C3

Color information

#8D24C3 (or 0x8D24C3) is unknown color: approx Dark Orchid. HEX triplet: 8D, 24 and C3. RGB value is (141,36,195). Sum of RGB (Red+Green+Blue) = 141+36+195=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 195 (76.56% from 255 or 52.42% from 372); Max value from RGB is 195 - color contains mainly: blue. Hex color #8D24C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D24C3 is #72DB3C. Grayscale: #545454. Windows color (decimal): -7527229 or 12788877. OLE color: 12788877.

HSL color Cylindrical-coordinate representation of color #8D24C3: hue angle of 279.62º 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 #8D24C3 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14136195-
CMYK0.280.8200.24
HSL279.62º68.83%45.29%-
HSV(B)279.62º81.54%76.47%-
XYZ21.4710.8652.6-
YUV85.52189.79167.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 36 (14.45% from 255) = 9.68%
BLUE value IS 195 (76.56% from 255) = 52.42%
R=37.90%
G=9.68%
B=52.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141361950.280.8200.24279.6268.8345.29
Hex8D24C31C52018118452d
Octal215443033412203043010555
Binary10001101100100110000111110010100100110001000110001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D24C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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