#9030B8

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

Shades of Dark Orchid #9030B8

Tints of Dark Orchid #9030B8

Color information

#9030B8 (or 0x9030B8) is unknown color: approx Dark Orchid. HEX triplet: 90, 30 and B8. RGB value is (144,48,184). Sum of RGB (Red+Green+Blue) = 144+48+184=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #9030B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9030B8 is #6FCF47. Grayscale: #5B5B5B. Windows color (decimal): -7327560 or 12071056. OLE color: 12071056.

HSL color Cylindrical-coordinate representation of color #9030B8: hue angle of 282.35º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9030B8 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14448184-
CMYK0.220.7400.28
HSL282.35º58.62%45.49%-
HSV(B)282.35º73.91%72.16%-
XYZ21.2111.546.45-
YUV92.21179.8164.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 184 (72.27% from 255) = 48.94%
R=38.30%
G=12.77%
B=48.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144481840.220.7400.28282.3558.6245.49
Hex9030B8164A01C11a3b2d
Octal22060270261120344327355
Binary1001000011000010111000101101001010011100100011010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9030B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9030B8; }

 p { color: rgb(144,48,184); }

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

<style>
 a { background-color: #9030B8; }

 a { background-color: rgb(144,48,184); }

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

<style>
 span { border-color: #9030B8; }

 span { border-color: rgb(144,48,184); }

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