Html Css Color HEX #9E2ABA Dark Orchid

📋 copy color: '#9E2ABA'

red 158 ◦ green 42 ◦ blue 186

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

Shades of Dark Orchid #9E2ABA

Tints of Dark Orchid #9E2ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 40.93%
G = 10.88%
B = 48.19%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E2ABA (or 0x9E2ABA) is known color: Dark Orchid. HEX triplet: 9E, 2A and BA. RGB value is (158,42,186). Sum of RGB (Red+Green+Blue) = 158+42+186=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E2ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2ABA is #61D545. Grayscale: #5C5C5C. Windows color (decimal): -6411590 or 12200606. OLE color: 12200606.

HSL color Cylindrical-coordinate representation of color #9E2ABA: hue angle of 288.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2ABA is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 42 186 -
CMYK 0.15 0.77 0 0.27
HSL 288.33º 0.63% 0.45% -
HSV(B) 288.33º 0.77% 0.73% -
XYZ 23.79 12.47 47.61 -
YUV 93.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 158 42 186 0.15 0.77 0 0.27 288.33 0.63 0.45
Hex 9E 2A BA F 4D 0 1B 120 3F 2D
Octal 236 52 272 17 115 0 33 440 77 55
Binary 10011110 101010 10111010 1111 1001101 0 11011 100100000 111111 101101

Color Harmonies of #9E2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2ABA

Black with #9E2ABA

Text Example


Text Example

White with #9E2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,42,186); }

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

background-color css

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

 a { background-color: rgb(158,42,186); }

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

border-color css

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

 span { border-color: rgb(158,42,186); }

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