Html Css Color HEX #9F1EDB Dark Orchid

📋 copy color: '#9F1EDB'

red 159 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #9F1EDB

Tints of Dark Orchid #9F1EDB

RGB

 RED value IS 159 (62.5% from 255) = 38.97%

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

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

R = 38.97%
G = 7.35%
B = 53.68%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F1EDB (or 0x9F1EDB) is known color: Dark Orchid. HEX triplet: 9F, 1E and DB. RGB value is (159,30,219). Sum of RGB (Red+Green+Blue) = 159+30+219=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 30 (12.11% from 255 or 7.35% 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 #9F1EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1EDB is #60E124. Grayscale: #595959. Windows color (decimal): -6349093 or 14360223. OLE color: 14360223.

HSL color Cylindrical-coordinate representation of color #9F1EDB: hue angle of 280.95º degrees, saturation: 0.76, 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 #9F1EDB is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 30 219 -
CMYK 0.27 0.86 0 0.14
HSL 280.95º 0.76% 0.49% -
HSV(B) 280.95º 0.86% 0.86% -
XYZ 27.55 13.41 68.16 -
YUV 90.12 200.74 177.13 -
System Red Green Blue C M Y K H S L
Decimal 159 30 219 0.27 0.86 0 0.14 280.95 0.76 0.49
Hex 9F 1E DB 1B 56 0 E 119 4C 31
Octal 237 36 333 33 126 0 16 431 114 61
Binary 10011111 11110 11011011 11011 1010110 0 1110 100011001 1001100 110001

Color Harmonies of #9F1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1EDB

Black with #9F1EDB

Text Example


Text Example

White with #9F1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,30,219); }

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

background-color css

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

 a { background-color: rgb(159,30,219); }

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

border-color css

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

 span { border-color: rgb(159,30,219); }

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