Html Css Color HEX #9E3ADC Dark Orchid

📋 copy color: '#9E3ADC'

red 158 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #9E3ADC

Tints of Dark Orchid #9E3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

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

R = 36.24%
G = 13.3%
B = 50.46%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E3ADC (or 0x9E3ADC) is known color: Dark Orchid. HEX triplet: 9E, 3A and DC. RGB value is (158,58,220). Sum of RGB (Red+Green+Blue) = 158+58+220=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3ADC is #61C523. Grayscale: #696969. Windows color (decimal): -6407460 or 14432926. OLE color: 14432926.

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

Color convert

RGB 158 58 220 -
CMYK 0.28 0.74 0 0.14
HSL 277.04º 0.7% 0.55% -
HSV(B) 277.04º 0.74% 0.86% -
XYZ 28.53 15.46 69.19 -
YUV 106.37 192.13 164.83 -
System Red Green Blue C M Y K H S L
Decimal 158 58 220 0.28 0.74 0 0.14 277.04 0.7 0.55
Hex 9E 3A DC 1C 4A 0 E 115 46 37
Octal 236 72 334 34 112 0 16 425 106 67
Binary 10011110 111010 11011100 11100 1001010 0 1110 100010101 1000110 110111

Color Harmonies of #9E3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3ADC

Black with #9E3ADC

Text Example


Text Example

White with #9E3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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