Html Css Color HEX #9E1ADC Dark Orchid

📋 copy color: '#9E1ADC'

red 158 ◦ green 26 ◦ blue 220

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

Shades of Dark Orchid #9E1ADC

Tints of Dark Orchid #9E1ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.46%

R = 39.11%
G = 6.44%
B = 54.46%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E1ADC (or 0x9E1ADC) is known color: Dark Orchid. HEX triplet: 9E, 1A and DC. RGB value is (158,26,220). Sum of RGB (Red+Green+Blue) = 158+26+220=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E1ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1ADC is #61E523. Grayscale: #565656. Windows color (decimal): -6415652 or 14424734. OLE color: 14424734.

HSL color Cylindrical-coordinate representation of color #9E1ADC: hue angle of 280.82º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1ADC is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 26 220 -
CMYK 0.28 0.88 0 0.14
HSL 280.82º 0.79% 0.48% -
HSV(B) 280.82º 0.88% 0.86% -
XYZ 27.39 13.18 68.81 -
YUV 87.58 202.73 178.23 -
System Red Green Blue C M Y K H S L
Decimal 158 26 220 0.28 0.88 0 0.14 280.82 0.79 0.48
Hex 9E 1A DC 1C 58 0 E 119 4F 30
Octal 236 32 334 34 130 0 16 431 117 60
Binary 10011110 11010 11011100 11100 1011000 0 1110 100011001 1001111 110000

Color Harmonies of #9E1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1ADC

Black with #9E1ADC

Text Example


Text Example

White with #9E1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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