Html Css Color HEX #9E1ABC Dark Orchid

📋 copy color: '#9E1ABC'

red 158 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #9E1ABC

Tints of Dark Orchid #9E1ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 42.47%
G = 6.99%
B = 50.54%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E1ABC (or 0x9E1ABC) is known color: Dark Orchid. HEX triplet: 9E, 1A and BC. RGB value is (158,26,188). Sum of RGB (Red+Green+Blue) = 158+26+188=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1ABC is #61E543. Grayscale: #535353. Windows color (decimal): -6415684 or 12327582. OLE color: 12327582.

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

Color convert

RGB 158 26 188 -
CMYK 0.16 0.86 0 0.26
HSL 288.89º 0.76% 0.42% -
HSV(B) 288.89º 0.86% 0.74% -
XYZ 23.55 11.64 48.58 -
YUV 83.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 158 26 188 0.16 0.86 0 0.26 288.89 0.76 0.42
Hex 9E 1A BC 10 56 0 1A 121 4C 2A
Octal 236 32 274 20 126 0 32 441 114 52
Binary 10011110 11010 10111100 10000 1010110 0 11010 100100001 1001100 101010

Color Harmonies of #9E1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1ABC

Black with #9E1ABC

Text Example


Text Example

White with #9E1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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