#9D24BD

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

Shades of Dark Orchid #9D24BD

Tints of Dark Orchid #9D24BD

Color information

#9D24BD (or 0x9D24BD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 24 and BD. RGB value is (157,36,189). Sum of RGB (Red+Green+Blue) = 157+36+189=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D24BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D24BD is #62DB42. Grayscale: #595959. Windows color (decimal): -6478659 or 12395677. OLE color: 12395677.

HSL color Cylindrical-coordinate representation of color #9D24BD: hue angle of 287.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D24BD is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15736189-
CMYK0.170.8100.26
HSL287.45º68%44.12%-
HSV(B)287.45º80.95%74.12%-
XYZ23.7212.149.23-
YUV89.62184.09176.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 36 (14.45% from 255) = 9.42%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=41.10%
G=9.42%
B=49.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal157361890.170.8100.26287.456844.12
Hex9D24BD115101A11f442c
Octal235442752112103243710454
Binary10011101100100101111011000110100010110101000111111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D24BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D24BD; }

 p { color: rgb(157,36,189); }

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

<style>
 a { background-color: #9D24BD; }

 a { background-color: rgb(157,36,189); }

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

<style>
 span { border-color: #9D24BD; }

 span { border-color: rgb(157,36,189); }

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