#9E34AC

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

Shades of Dark Orchid #9E34AC

Tints of Dark Orchid #9E34AC

Color information

#9E34AC (or 0x9E34AC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 34 and AC. RGB value is (158,52,172). Sum of RGB (Red+Green+Blue) = 158+52+172=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E34AC is #61CB53. Grayscale: #616161. Windows color (decimal): -6409044 or 11285662. OLE color: 11285662.

HSL color Cylindrical-coordinate representation of color #9E34AC: hue angle of 293º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E34AC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15852172-
CMYK0.080.7000.33
HSL293º53.57%43.92%-
HSV(B)293º69.77%67.45%-
XYZ22.7712.740.28-
YUV97.37170.12171.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.36%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=41.36%
G=13.61%
B=45.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158521720.080.7000.3329353.5743.92
Hex9E34AC846021125362c
Octal23664254101060414456654
Binary1001111011010010101100100010001100100001100100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E34AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,52,172); }

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

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

 a { background-color: rgb(158,52,172); }

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

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

 span { border-color: rgb(158,52,172); }

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