#9A39DA

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

Shades of Dark Orchid #9A39DA

Tints of Dark Orchid #9A39DA

Color information

#9A39DA (or 0x9A39DA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 39 and DA. RGB value is (154,57,218). Sum of RGB (Red+Green+Blue) = 154+57+218=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A39DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A39DA is #65C625. Grayscale: #676767. Windows color (decimal): -6669862 or 14301594. OLE color: 14301594.

HSL color Cylindrical-coordinate representation of color #9A39DA: hue angle of 276.15º 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 #9A39DA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15457218-
CMYK0.290.7400.15
HSL276.15º68.51%53.92%-
HSV(B)276.15º73.85%85.49%-
XYZ27.4414.8667.75-
YUV104.36192.14163.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 218 (85.55% from 255) = 50.82%
R=35.90%
G=13.29%
B=50.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154572180.290.7400.15276.1568.5153.92
Hex9A39DA1D4A0F1144536
Octal232713323511201742410566
Binary1001101011100111011010111011001010011111000101001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A39DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A39DA; }

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

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

<style>
 a { background-color: #9A39DA; }

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

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

<style>
 span { border-color: #9A39DA; }

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

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