Html Css Color HEX #9E1FDB Dark Orchid

📋 copy color: '#9E1FDB'

red 158 ◦ green 31 ◦ blue 219

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

Shades of Dark Orchid #9E1FDB

Tints of Dark Orchid #9E1FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.6%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 38.73%
G = 7.6%
B = 53.68%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E1FDB (or 0x9E1FDB) is known color: Dark Orchid. HEX triplet: 9E, 1F and DB. RGB value is (158,31,219). Sum of RGB (Red+Green+Blue) = 158+31+219=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1FDB is #61E024. Grayscale: #595959. Windows color (decimal): -6414373 or 14360478. OLE color: 14360478.

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

Color convert

RGB 158 31 219 -
CMYK 0.28 0.86 0 0.14
HSL 280.53º 0.75% 0.49% -
HSV(B) 280.53º 0.86% 0.86% -
XYZ 27.38 13.36 68.15 -
YUV 90.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 158 31 219 0.28 0.86 0 0.14 280.53 0.75 0.49
Hex 9E 1F DB 1C 56 0 E 119 4B 31
Octal 236 37 333 34 126 0 16 431 113 61
Binary 10011110 11111 11011011 11100 1010110 0 1110 100011001 1001011 110001

Color Harmonies of #9E1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1FDB

Black with #9E1FDB

Text Example


Text Example

White with #9E1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,31,219); }

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

background-color css

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

 a { background-color: rgb(158,31,219); }

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

border-color css

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

 span { border-color: rgb(158,31,219); }

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