#9E36AF

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

Shades of Dark Orchid #9E36AF

Tints of Dark Orchid #9E36AF

Color information

#9E36AF (or 0x9E36AF) is unknown color: approx Dark Orchid. HEX triplet: 9E, 36 and AF. RGB value is (158,54,175). Sum of RGB (Red+Green+Blue) = 158+54+175=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E36AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E36AF is #61C950. Grayscale: #626262. Windows color (decimal): -6408529 or 11482782. OLE color: 11482782.

HSL color Cylindrical-coordinate representation of color #9E36AF: hue angle of 291.57º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E36AF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15854175-
CMYK0.100.6900.31
HSL291.57º52.84%44.9%-
HSV(B)291.57º69.14%68.63%-
XYZ23.161341.85-
YUV98.89170.96170.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.83%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=40.83%
G=13.95%
B=45.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158541750.100.6900.31291.5752.8444.9
Hex9E36AFA4501F124352d
Octal23666257121050374446555
Binary100111101101101010111110101000101011111100100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E36AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,54,175); }

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

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

 a { background-color: rgb(158,54,175); }

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

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

 span { border-color: rgb(158,54,175); }

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