#9939CD

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

Shades of Dark Orchid #9939CD

Tints of Dark Orchid #9939CD

Color information

#9939CD (or 0x9939CD) is unknown color: approx Dark Orchid. HEX triplet: 99, 39 and CD. RGB value is (153,57,205). Sum of RGB (Red+Green+Blue) = 153+57+205=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #9939CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939CD is #66C632. Grayscale: #666666. Windows color (decimal): -6735411 or 13449625. OLE color: 13449625.

HSL color Cylindrical-coordinate representation of color #9939CD: hue angle of 278.92º degrees, saturation: 0.6, 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 #9939CD is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15357205-
CMYK0.250.7200.20
HSL278.92º59.68%51.37%-
HSV(B)278.92º72.2%80.39%-
XYZ25.6214.1159.13-
YUV102.58185.8163.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=36.87%
G=13.73%
B=49.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153572050.250.7200.20278.9259.6851.37
Hex9939CD19480141173c33
Octal23171315311100244277463
Binary1001100111100111001101110011001000010100100010111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9939CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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