Html Css Color HEX #9F0DDB Dark Violet

📋 copy color: '#9F0DDB'

red 159 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #9F0DDB

Tints of Dark Violet #9F0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.32%

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

R = 40.66%
G = 3.32%
B = 56.01%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F0DDB (or 0x9F0DDB) is known color: Dark Violet. HEX triplet: 9F, 0D and DB. RGB value is (159,13,219). Sum of RGB (Red+Green+Blue) = 159+13+219=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0DDB is #60F224. Grayscale: #4F4F4F. Windows color (decimal): -6353445 or 14355871. OLE color: 14355871.

HSL color Cylindrical-coordinate representation of color #9F0DDB: hue angle of 282.52º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0DDB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 13 219 -
CMYK 0.27 0.94 0 0.14
HSL 282.52º 0.89% 0.45% -
HSV(B) 282.52º 0.94% 0.86% -
XYZ 27.23 12.77 68.05 -
YUV 80.14 206.37 184.25 -
System Red Green Blue C M Y K H S L
Decimal 159 13 219 0.27 0.94 0 0.14 282.52 0.89 0.45
Hex 9F D DB 1B 5E 0 E 11B 59 2D
Octal 237 15 333 33 136 0 16 433 131 55
Binary 10011111 1101 11011011 11011 1011110 0 1110 100011011 1011001 101101

Color Harmonies of #9F0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0DDB

Black with #9F0DDB

Text Example


Text Example

White with #9F0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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