Html Css Color HEX #9014DB Dark Violet

📋 copy color: '#9014DB'

red 144 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #9014DB

Tints of Dark Violet #9014DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.22%

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

R = 37.6%
G = 5.22%
B = 57.18%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9014DB (or 0x9014DB) is known color: Dark Violet. HEX triplet: 90, 14 and DB. RGB value is (144,20,219). Sum of RGB (Red+Green+Blue) = 144+20+219=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #9014DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014DB is #6FEB24. Grayscale: #4F4F4F. Windows color (decimal): -7334693 or 14357648. OLE color: 14357648.

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

Color convert

RGB 144 20 219 -
CMYK 0.34 0.91 0 0.14
HSL 277.39º 0.83% 0.47% -
HSV(B) 277.39º 0.91% 0.86% -
XYZ 24.54 11.54 67.95 -
YUV 79.76 206.58 173.82 -
System Red Green Blue C M Y K H S L
Decimal 144 20 219 0.34 0.91 0 0.14 277.39 0.83 0.47
Hex 90 14 DB 22 5B 0 E 115 53 2F
Octal 220 24 333 42 133 0 16 425 123 57
Binary 10010000 10100 11011011 100010 1011011 0 1110 100010101 1010011 101111

Color Harmonies of #9014DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9014DB

Black with #9014DB

Text Example


Text Example

White with #9014DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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