#9939CC

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

Shades of Dark Orchid #9939CC

Tints of Dark Orchid #9939CC

Color information

#9939CC (or 0x9939CC) is unknown color: approx Dark Orchid. HEX triplet: 99, 39 and CC. RGB value is (153,57,204). Sum of RGB (Red+Green+Blue) = 153+57+204=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #9939CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939CC is #66C633. Grayscale: #656565. Windows color (decimal): -6735412 or 13384089. OLE color: 13384089.

HSL color Cylindrical-coordinate representation of color #9939CC: hue angle of 279.18º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9939CC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15357204-
CMYK0.250.7200.2
HSL279.18º59.04%51.18%-
HSV(B)279.18º72.06%80%-
XYZ25.514.0658.5-
YUV102.46185.3164.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 57 (22.66% from 255) = 13.77%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=36.96%
G=13.77%
B=49.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153572040.250.7200.2279.1859.0451.18
Hex9939CC19480141173b33
Octal23171314311100244277363
Binary1001100111100111001100110011001000010100100010111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9939CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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