Html Css Color HEX #9F03DB Dark Violet

📋 copy color: '#9F03DB'

red 159 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #9F03DB

Tints of Dark Violet #9F03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 41.73%
G = 0.79%
B = 57.48%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F03DB (or 0x9F03DB) is known color: Dark Violet. HEX triplet: 9F, 03 and DB. RGB value is (159,3,219). Sum of RGB (Red+Green+Blue) = 159+3+219=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F03DB is #60FC24. Grayscale: #494949. Windows color (decimal): -6356005 or 14353311. OLE color: 14353311.

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

Color convert

RGB 159 3 219 -
CMYK 0.27 0.99 0 0.14
HSL 283.33º 0.97% 0.44% -
HSV(B) 283.33º 0.99% 0.86% -
XYZ 27.12 12.55 68.01 -
YUV 74.27 209.68 188.44 -
System Red Green Blue C M Y K H S L
Decimal 159 3 219 0.27 0.99 0 0.14 283.33 0.97 0.44
Hex 9F 3 DB 1B 63 0 E 11B 61 2C
Octal 237 3 333 33 143 0 16 433 141 54
Binary 10011111 11 11011011 11011 1100011 0 1110 100011011 1100001 101100

Color Harmonies of #9F03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F03DB

Black with #9F03DB

Text Example


Text Example

White with #9F03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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