Html Css Color HEX #9E1ED5 Dark Orchid

📋 copy color: '#9E1ED5'

red 158 ◦ green 30 ◦ blue 213

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

Shades of Dark Orchid #9E1ED5

Tints of Dark Orchid #9E1ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 39.4%
G = 7.48%
B = 53.12%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9E1ED5 (or 0x9E1ED5) is known color: Dark Orchid. HEX triplet: 9E, 1E and D5. RGB value is (158,30,213). Sum of RGB (Red+Green+Blue) = 158+30+213=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E1ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1ED5 is #61E12A. Grayscale: #585858. Windows color (decimal): -6414635 or 13967006. OLE color: 13967006.

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

Color convert

RGB 158 30 213 -
CMYK 0.26 0.86 0 0.16
HSL 281.97º 0.75% 0.48% -
HSV(B) 281.97º 0.86% 0.84% -
XYZ 26.58 13 64.06 -
YUV 89.13 197.91 177.12 -
System Red Green Blue C M Y K H S L
Decimal 158 30 213 0.26 0.86 0 0.16 281.97 0.75 0.48
Hex 9E 1E D5 1A 56 0 10 11A 4B 30
Octal 236 36 325 32 126 0 20 432 113 60
Binary 10011110 11110 11010101 11010 1010110 0 10000 100011010 1001011 110000

Color Harmonies of #9E1ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1ED5

Black with #9E1ED5

Text Example


Text Example

White with #9E1ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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