Html Css Color HEX #900FDB Dark Violet

📋 copy color: '#900FDB'

red 144 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #900FDB

Tints of Dark Violet #900FDB

RGB

 RED value IS 144 (56.64% from 255) = 38.1%

 GREEN value IS 15 (6.25% from 255) = 3.97%

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

R = 38.1%
G = 3.97%
B = 57.94%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#900FDB (or 0x900FDB) is known color: Dark Violet. HEX triplet: 90, 0F and DB. RGB value is (144,15,219). Sum of RGB (Red+Green+Blue) = 144+15+219=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #900FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FDB is #6FF024. Grayscale: #4C4C4C. Windows color (decimal): -7335973 or 14356368. OLE color: 14356368.

HSL color Cylindrical-coordinate representation of color #900FDB: hue angle of 277.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900FDB is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 15 219 -
CMYK 0.34 0.93 0 0.14
HSL 277.94º 0.87% 0.46% -
HSV(B) 277.94º 0.93% 0.86% -
XYZ 24.46 11.39 67.93 -
YUV 76.83 208.24 175.91 -
System Red Green Blue C M Y K H S L
Decimal 144 15 219 0.34 0.93 0 0.14 277.94 0.87 0.46
Hex 90 F DB 22 5D 0 E 116 57 2E
Octal 220 17 333 42 135 0 16 426 127 56
Binary 10010000 1111 11011011 100010 1011101 0 1110 100010110 1010111 101110

Color Harmonies of #900FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900FDB

Black with #900FDB

Text Example


Text Example

White with #900FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900FDB; }

 p { color: rgb(144,15,219); }

 H1.HeaderClassName
 {
   color: #900FDB;
 }
 .AnyTagClassName
 {
   color: #900FDB;
 }
</style>

background-color css

<style>
 a { background-color: #900FDB; }

 a { background-color: rgb(144,15,219); }

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

border-color css

<style>
 span { border-color: #900FDB; }

 span { border-color: rgb(144,15,219); }

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