#9939B3

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

Shades of Dark Orchid #9939B3

Tints of Dark Orchid #9939B3

Color information

#9939B3 (or 0x9939B3) is unknown color: approx Dark Orchid. HEX triplet: 99, 39 and B3. RGB value is (153,57,179). Sum of RGB (Red+Green+Blue) = 153+57+179=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #9939B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939B3 is #66C64C. Grayscale: #636363. Windows color (decimal): -6735437 or 11745689. OLE color: 11745689.

HSL color Cylindrical-coordinate representation of color #9939B3: hue angle of 287.21º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9939B3 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15357179-
CMYK0.150.6800.30
HSL287.21º51.69%46.27%-
HSV(B)287.21º68.16%70.2%-
XYZ22.7412.9543.95-
YUV99.61172.8166.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 57 (22.66% from 255) = 14.65%
BLUE value IS 179 (70.31% from 255) = 46.02%
R=39.33%
G=14.65%
B=46.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153571790.150.6800.30287.2151.6946.27
Hex9939B3F4401E11f342e
Octal23171263171040364376456
Binary100110011110011011001111111000100011110100011111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9939B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9939B3; }

 p { color: rgb(153,57,179); }

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

<style>
 a { background-color: #9939B3; }

 a { background-color: rgb(153,57,179); }

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

<style>
 span { border-color: #9939B3; }

 span { border-color: rgb(153,57,179); }

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