Html Css Color HEX #9E2DB6 Dark Orchid

📋 copy color: '#9E2DB6'

red 158 ◦ green 45 ◦ blue 182

#9E2DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9E2DB6

Tints of Dark Orchid #9E2DB6

RGB

 RED value IS 158 (62.11% from 255) = 41.04%

 GREEN value IS 45 (17.97% from 255) = 11.69%

 BLUE value IS 182 (71.48% from 255) = 47.27%

R = 41.04%
G = 11.69%
B = 47.27%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9E2DB6 (or 0x9E2DB6) is known color: Dark Orchid. HEX triplet: 9E, 2D and B6. RGB value is (158,45,182). Sum of RGB (Red+Green+Blue) = 158+45+182=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E2DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2DB6 is #61D249. Grayscale: #5D5D5D. Windows color (decimal): -6410826 or 11939230. OLE color: 11939230.

HSL color Cylindrical-coordinate representation of color #9E2DB6: hue angle of 289.49º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2DB6 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 45 182 -
CMYK 0.13 0.75 0 0.29
HSL 289.49º 0.6% 0.45% -
HSV(B) 289.49º 0.75% 0.71% -
XYZ 23.48 12.52 45.44 -
YUV 94.41 177.44 173.36 -
System Red Green Blue C M Y K H S L
Decimal 158 45 182 0.13 0.75 0 0.29 289.49 0.6 0.45
Hex 9E 2D B6 D 4B 0 1D 121 3C 2D
Octal 236 55 266 15 113 0 35 441 74 55
Binary 10011110 101101 10110110 1101 1001011 0 11101 100100001 111100 101101

Color Harmonies of #9E2DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2DB6

Black with #9E2DB6

Text Example


Text Example

White with #9E2DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,45,182); }

 H1.HeaderClassName
 {
   color: #9E2DB6;
 }
 .AnyTagClassName
 {
   color: #9E2DB6;
 }
</style>

background-color css

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

 a { background-color: rgb(158,45,182); }

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

border-color css

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

 span { border-color: rgb(158,45,182); }

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