Html Css Color HEX #9E2ABF Dark Orchid

📋 copy color: '#9E2ABF'

red 158 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #9E2ABF

Tints of Dark Orchid #9E2ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.85%

R = 40.41%
G = 10.74%
B = 48.85%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E2ABF (or 0x9E2ABF) is known color: Dark Orchid. HEX triplet: 9E, 2A and BF. RGB value is (158,42,191). Sum of RGB (Red+Green+Blue) = 158+42+191=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2ABF is #61D540. Grayscale: #5D5D5D. Windows color (decimal): -6411585 or 12528286. OLE color: 12528286.

HSL color Cylindrical-coordinate representation of color #9E2ABF: hue angle of 286.71º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2ABF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 42 191 -
CMYK 0.17 0.78 0 0.25
HSL 286.71º 0.64% 0.46% -
HSV(B) 286.71º 0.78% 0.75% -
XYZ 24.33 12.69 50.46 -
YUV 93.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 158 42 191 0.17 0.78 0 0.25 286.71 0.64 0.46
Hex 9E 2A BF 11 4E 0 19 11F 40 2E
Octal 236 52 277 21 116 0 31 437 100 56
Binary 10011110 101010 10111111 10001 1001110 0 11001 100011111 1000000 101110

Color Harmonies of #9E2ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2ABF

Black with #9E2ABF

Text Example


Text Example

White with #9E2ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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