#9939DA

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

Shades of Dark Orchid #9939DA

Tints of Dark Orchid #9939DA

Color information

#9939DA (or 0x9939DA) is unknown color: approx Dark Orchid. HEX triplet: 99, 39 and DA. RGB value is (153,57,218). Sum of RGB (Red+Green+Blue) = 153+57+218=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #9939DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939DA is #66C625. Grayscale: #676767. Windows color (decimal): -6735398 or 14301593. OLE color: 14301593.

HSL color Cylindrical-coordinate representation of color #9939DA: hue angle of 275.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9939DA is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15357218-
CMYK0.300.7400.15
HSL275.78º68.51%53.92%-
HSV(B)275.78º73.85%85.49%-
XYZ27.2514.7667.74-
YUV104.06192.3162.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 57 (22.66% from 255) = 13.32%
BLUE value IS 218 (85.55% from 255) = 50.93%
R=35.75%
G=13.32%
B=50.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal153572180.300.7400.15275.7868.5153.92
Hex9939DA1E4A0F1144536
Octal231713323611201742410566
Binary1001100111100111011010111101001010011111000101001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9939DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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