Html Css Color HEX #9E1ABE Dark Orchid

📋 copy color: '#9E1ABE'

red 158 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #9E1ABE

Tints of Dark Orchid #9E1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 42.25%
G = 6.95%
B = 50.8%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E1ABE (or 0x9E1ABE) is known color: Dark Orchid. HEX triplet: 9E, 1A and BE. RGB value is (158,26,190). Sum of RGB (Red+Green+Blue) = 158+26+190=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1ABE is #61E541. Grayscale: #535353. Windows color (decimal): -6415682 or 12458654. OLE color: 12458654.

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

Color convert

RGB 158 26 190 -
CMYK 0.17 0.86 0 0.25
HSL 288.29º 0.76% 0.42% -
HSV(B) 288.29º 0.86% 0.75% -
XYZ 23.76 11.73 49.73 -
YUV 84.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 158 26 190 0.17 0.86 0 0.25 288.29 0.76 0.42
Hex 9E 1A BE 11 56 0 19 120 4C 2A
Octal 236 32 276 21 126 0 31 440 114 52
Binary 10011110 11010 10111110 10001 1010110 0 11001 100100000 1001100 101010

Color Harmonies of #9E1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1ABE

Black with #9E1ABE

Text Example


Text Example

White with #9E1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,26,190); }

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

background-color css

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

 a { background-color: rgb(158,26,190); }

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

border-color css

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

 span { border-color: rgb(158,26,190); }

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