#9937B2

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

Shades of Dark Orchid #9937B2

Tints of Dark Orchid #9937B2

Color information

#9937B2 (or 0x9937B2) is unknown color: approx Dark Orchid. HEX triplet: 99, 37 and B2. RGB value is (153,55,178). Sum of RGB (Red+Green+Blue) = 153+55+178=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #9937B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9937B2 is #66C84D. Grayscale: #616161. Windows color (decimal): -6735950 or 11679641. OLE color: 11679641.

HSL color Cylindrical-coordinate representation of color #9937B2: hue angle of 287.8º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9937B2 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15355178-
CMYK0.140.6900.30
HSL287.8º52.79%45.69%-
HSV(B)287.8º69.1%69.8%-
XYZ22.5412.7243.39-
YUV98.32172.97167-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 55 (21.88% from 255) = 14.25%
BLUE value IS 178 (69.92% from 255) = 46.11%
R=39.64%
G=14.25%
B=46.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153551780.140.6900.30287.852.7945.69
Hex9937B2E4501E120352e
Octal23167262161050364406556
Binary100110011101111011001011101000101011110100100000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9937B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9937B2; }

 p { color: rgb(153,55,178); }

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

<style>
 a { background-color: #9937B2; }

 a { background-color: rgb(153,55,178); }

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

<style>
 span { border-color: #9937B2; }

 span { border-color: rgb(153,55,178); }

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