#9624BF

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

Shades of Dark Orchid #9624BF

Tints of Dark Orchid #9624BF

Color information

#9624BF (or 0x9624BF) is unknown color: approx Dark Orchid. HEX triplet: 96, 24 and BF. RGB value is (150,36,191). Sum of RGB (Red+Green+Blue) = 150+36+191=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #9624BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9624BF is #69DB40. Grayscale: #575757. Windows color (decimal): -6937409 or 12526742. OLE color: 12526742.

HSL color Cylindrical-coordinate representation of color #9624BF: hue angle of 284.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9624BF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15036191-
CMYK0.210.8100.25
HSL284.13º68.28%44.51%-
HSV(B)284.13º81.15%74.9%-
XYZ22.6111.5150.32-
YUV87.76186.27172.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 36 (14.45% from 255) = 9.55%
BLUE value IS 191 (75% from 255) = 50.66%
R=39.79%
G=9.55%
B=50.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150361910.210.8100.25284.1368.2844.51
Hex9624BF155101911c442d
Octal226442772512103143410455
Binary10010110100100101111111010110100010110011000111001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9624BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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