Html Css Color HEX #9F0CDB Dark Violet

📋 copy color: '#9F0CDB'

red 159 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #9F0CDB

Tints of Dark Violet #9F0CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

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

R = 40.77%
G = 3.08%
B = 56.15%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F0CDB (or 0x9F0CDB) is known color: Dark Violet. HEX triplet: 9F, 0C and DB. RGB value is (159,12,219). Sum of RGB (Red+Green+Blue) = 159+12+219=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F0CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CDB is #60F324. Grayscale: #4E4E4E. Windows color (decimal): -6353701 or 14355615. OLE color: 14355615.

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

Color convert

RGB 159 12 219 -
CMYK 0.27 0.95 0 0.14
HSL 282.61º 0.9% 0.45% -
HSV(B) 282.61º 0.95% 0.86% -
XYZ 27.22 12.75 68.04 -
YUV 79.55 206.7 184.67 -
System Red Green Blue C M Y K H S L
Decimal 159 12 219 0.27 0.95 0 0.14 282.61 0.9 0.45
Hex 9F C DB 1B 5F 0 E 11B 5A 2D
Octal 237 14 333 33 137 0 16 433 132 55
Binary 10011111 1100 11011011 11011 1011111 0 1110 100011011 1011010 101101

Color Harmonies of #9F0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0CDB

Black with #9F0CDB

Text Example


Text Example

White with #9F0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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