#9024BB

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

Shades of Dark Orchid #9024BB

Tints of Dark Orchid #9024BB

Color information

#9024BB (or 0x9024BB) is unknown color: approx Dark Orchid. HEX triplet: 90, 24 and BB. RGB value is (144,36,187). Sum of RGB (Red+Green+Blue) = 144+36+187=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #9024BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9024BB is #6FDB44. Grayscale: #555555. Windows color (decimal): -7330629 or 12264592. OLE color: 12264592.

HSL color Cylindrical-coordinate representation of color #9024BB: hue angle of 282.91º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9024BB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14436187-
CMYK0.230.8100.27
HSL282.91º67.71%43.73%-
HSV(B)282.91º80.75%73.33%-
XYZ21.110.7847.98-
YUV85.51185.28169.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 36 (14.45% from 255) = 9.81%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=39.24%
G=9.81%
B=50.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144361870.230.8100.27282.9167.7143.73
Hex9024BB175101B11b442c
Octal220442732712103343310454
Binary10010000100100101110111011110100010110111000110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9024BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9024BB; }

 p { color: rgb(144,36,187); }

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

<style>
 a { background-color: #9024BB; }

 a { background-color: rgb(144,36,187); }

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

<style>
 span { border-color: #9024BB; }

 span { border-color: rgb(144,36,187); }

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