#9930B6

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

Shades of Dark Orchid #9930B6

Tints of Dark Orchid #9930B6

Color information

#9930B6 (or 0x9930B6) is unknown color: approx Dark Orchid. HEX triplet: 99, 30 and B6. RGB value is (153,48,182). Sum of RGB (Red+Green+Blue) = 153+48+182=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #9930B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9930B6 is #66CF49. Grayscale: #5E5E5E. Windows color (decimal): -6737738 or 11939993. OLE color: 11939993.

HSL color Cylindrical-coordinate representation of color #9930B6: hue angle of 287.01º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9930B6 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15348182-
CMYK0.160.7400.29
HSL287.01º58.26%45.1%-
HSV(B)287.01º73.63%71.37%-
XYZ22.6412.2645.43-
YUV94.67177.29169.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 48 (19.14% from 255) = 12.53%
BLUE value IS 182 (71.48% from 255) = 47.52%
R=39.95%
G=12.53%
B=47.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153481820.160.7400.29287.0158.2645.1
Hex9930B6104A01D11f3a2d
Octal23160266201120354377255
Binary1001100111000010110110100001001010011101100011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9930B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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