#9931B4

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

Shades of Dark Orchid #9931B4

Tints of Dark Orchid #9931B4

Color information

#9931B4 (or 0x9931B4) is unknown color: approx Dark Orchid. HEX triplet: 99, 31 and B4. RGB value is (153,49,180). Sum of RGB (Red+Green+Blue) = 153+49+180=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #9931B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9931B4 is #66CE4B. Grayscale: #5E5E5E. Windows color (decimal): -6737484 or 11809177. OLE color: 11809177.

HSL color Cylindrical-coordinate representation of color #9931B4: hue angle of 287.63º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9931B4 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15349180-
CMYK0.150.7300.29
HSL287.63º57.21%44.9%-
HSV(B)287.63º72.78%70.59%-
XYZ22.4712.2644.36-
YUV95.03175.96169.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 49 (19.53% from 255) = 12.83%
BLUE value IS 180 (70.70% from 255) = 47.12%
R=40.05%
G=12.83%
B=47.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153491800.150.7300.29287.6357.2144.9
Hex9931B4F4901D120392d
Octal23161264171110354407155
Binary100110011100011011010011111001001011101100100000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9931B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9931B4; }

 p { color: rgb(153,49,180); }

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

<style>
 a { background-color: #9931B4; }

 a { background-color: rgb(153,49,180); }

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

<style>
 span { border-color: #9931B4; }

 span { border-color: rgb(153,49,180); }

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