Html Css Color HEX #9015DB Dark Violet

📋 copy color: '#9015DB'

red 144 ◦ green 21 ◦ blue 219

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

Shades of Dark Violet #9015DB

Tints of Dark Violet #9015DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

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

R = 37.5%
G = 5.47%
B = 57.03%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9015DB (or 0x9015DB) is known color: Dark Violet. HEX triplet: 90, 15 and DB. RGB value is (144,21,219). Sum of RGB (Red+Green+Blue) = 144+21+219=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #9015DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015DB is #6FEA24. Grayscale: #4F4F4F. Windows color (decimal): -7334437 or 14357904. OLE color: 14357904.

HSL color Cylindrical-coordinate representation of color #9015DB: hue angle of 277.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9015DB is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 21 219 -
CMYK 0.34 0.90 0 0.14
HSL 277.27º 0.83% 0.47% -
HSV(B) 277.27º 0.9% 0.86% -
XYZ 24.56 11.58 67.96 -
YUV 80.35 206.25 173.4 -
System Red Green Blue C M Y K H S L
Decimal 144 21 219 0.34 0.90 0 0.14 277.27 0.83 0.47
Hex 90 15 DB 22 5A 0 E 115 52 2F
Octal 220 25 333 42 132 0 16 425 122 57
Binary 10010000 10101 11011011 100010 1011010 0 1110 100010101 1010010 101111

Color Harmonies of #9015DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015DB

Black with #9015DB

Text Example


Text Example

White with #9015DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9015DB; }

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

 H1.HeaderClassName
 {
   color: #9015DB;
 }
 .AnyTagClassName
 {
   color: #9015DB;
 }
</style>

background-color css

<style>
 a { background-color: #9015DB; }

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

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

border-color css

<style>
 span { border-color: #9015DB; }

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

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