Html Css Color HEX #9E1EBA Dark Orchid

📋 copy color: '#9E1EBA'

red 158 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #9E1EBA

Tints of Dark Orchid #9E1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.02%

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

R = 42.25%
G = 8.02%
B = 49.73%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E1EBA (or 0x9E1EBA) is known color: Dark Orchid. HEX triplet: 9E, 1E and BA. RGB value is (158,30,186). Sum of RGB (Red+Green+Blue) = 158+30+186=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1EBA is #61E145. Grayscale: #555555. Windows color (decimal): -6414662 or 12197534. OLE color: 12197534.

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

Color convert

RGB 158 30 186 -
CMYK 0.15 0.84 0 0.27
HSL 289.23º 0.72% 0.42% -
HSV(B) 289.23º 0.84% 0.73% -
XYZ 23.43 11.74 47.49 -
YUV 86.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 158 30 186 0.15 0.84 0 0.27 289.23 0.72 0.42
Hex 9E 1E BA F 54 0 1B 121 48 2A
Octal 236 36 272 17 124 0 33 441 110 52
Binary 10011110 11110 10111010 1111 1010100 0 11011 100100001 1001000 101010

Color Harmonies of #9E1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1EBA

Black with #9E1EBA

Text Example


Text Example

White with #9E1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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