Html Css Color HEX #9E2BAE Dark Orchid

📋 copy color: '#9E2BAE'

red 158 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #9E2BAE

Tints of Dark Orchid #9E2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.47%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 42.13%
G = 11.47%
B = 46.4%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E2BAE (or 0x9E2BAE) is known color: Dark Orchid. HEX triplet: 9E, 2B and AE. RGB value is (158,43,174). Sum of RGB (Red+Green+Blue) = 158+43+174=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2BAE is #61D451. Grayscale: #5B5B5B. Windows color (decimal): -6411346 or 11414430. OLE color: 11414430.

HSL color Cylindrical-coordinate representation of color #9E2BAE: hue angle of 292.67º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2BAE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 43 174 -
CMYK 0.09 0.75 0 0.32
HSL 292.67º 0.6% 0.43% -
HSV(B) 292.67º 0.75% 0.68% -
XYZ 22.6 12.05 41.18 -
YUV 92.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 158 43 174 0.09 0.75 0 0.32 292.67 0.6 0.43
Hex 9E 2B AE 9 4B 0 20 125 3C 2B
Octal 236 53 256 11 113 0 40 445 74 53
Binary 10011110 101011 10101110 1001 1001011 0 100000 100100101 111100 101011

Color Harmonies of #9E2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2BAE

Black with #9E2BAE

Text Example


Text Example

White with #9E2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,43,174); }

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

background-color css

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

 a { background-color: rgb(158,43,174); }

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

border-color css

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

 span { border-color: rgb(158,43,174); }

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