#9624BD

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

Shades of Dark Orchid #9624BD

Tints of Dark Orchid #9624BD

Color information

#9624BD (or 0x9624BD) is unknown color: approx Dark Orchid. HEX triplet: 96, 24 and BD. RGB value is (150,36,189). Sum of RGB (Red+Green+Blue) = 150+36+189=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #9624BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9624BD is #69DB42. Grayscale: #575757. Windows color (decimal): -6937411 or 12395670. OLE color: 12395670.

HSL color Cylindrical-coordinate representation of color #9624BD: hue angle of 284.71º 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 #9624BD is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15036189-
CMYK0.210.8100.26
HSL284.71º68%44.12%-
HSV(B)284.71º80.95%74.12%-
XYZ22.3911.4249.17-
YUV87.53185.27172.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 9.6%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=40%
G=9.6%
B=50.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150361890.210.8100.26284.716844.12
Hex9624BD155101A11d442c
Octal226442752512103243510454
Binary10010110100100101111011010110100010110101000111011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9624BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9624BD; }

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

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

<style>
 a { background-color: #9624BD; }

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

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

<style>
 span { border-color: #9624BD; }

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

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