#9930B8

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

Shades of Dark Orchid #9930B8

Tints of Dark Orchid #9930B8

Color information

#9930B8 (or 0x9930B8) is unknown color: approx Dark Orchid. HEX triplet: 99, 30 and B8. RGB value is (153,48,184). Sum of RGB (Red+Green+Blue) = 153+48+184=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #9930B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9930B8 is #66CF47. Grayscale: #5E5E5E. Windows color (decimal): -6737736 or 12071065. OLE color: 12071065.

HSL color Cylindrical-coordinate representation of color #9930B8: hue angle of 286.32º 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 #9930B8 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15348184-
CMYK0.170.7400.28
HSL286.32º58.62%45.49%-
HSV(B)286.32º73.91%72.16%-
XYZ22.8512.3546.53-
YUV94.9178.29169.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 48 (19.14% from 255) = 12.47%
BLUE value IS 184 (72.27% from 255) = 47.79%
R=39.74%
G=12.47%
B=47.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153481840.170.7400.28286.3258.6245.49
Hex9930B8114A01C11e3b2d
Octal23160270211120344367355
Binary1001100111000010111000100011001010011100100011110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9930B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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