#9A39CE

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

Shades of Dark Orchid #9A39CE

Tints of Dark Orchid #9A39CE

Color information

#9A39CE (or 0x9A39CE) is unknown color: approx Dark Orchid. HEX triplet: 9A, 39 and CE. RGB value is (154,57,206). Sum of RGB (Red+Green+Blue) = 154+57+206=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A39CE is #65C631. Grayscale: #666666. Windows color (decimal): -6669874 or 13515162. OLE color: 13515162.

HSL color Cylindrical-coordinate representation of color #9A39CE: hue angle of 279.06º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A39CE is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15457206-
CMYK0.250.7200.19
HSL279.06º60.32%51.57%-
HSV(B)279.06º72.33%80.78%-
XYZ25.9314.2559.78-
YUV102.99186.14164.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.93%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=36.93%
G=13.67%
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.19
SystemRedGreenBlueCMYKHSL
Decimal154572060.250.7200.19279.0660.3251.57
Hex9A39CE19480131173c34
Octal23271316311100234277464
Binary1001101011100111001110110011001000010011100010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A39CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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