Html Css Color HEX #9010DB Dark Violet

📋 copy color: '#9010DB'

red 144 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #9010DB

Tints of Dark Violet #9010DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

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

R = 37.99%
G = 4.22%
B = 57.78%

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

#9010DB (or 0x9010DB) is known color: Dark Violet. HEX triplet: 90, 10 and DB. RGB value is (144,16,219). Sum of RGB (Red+Green+Blue) = 144+16+219=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #9010DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010DB is #6FEF24. Grayscale: #4C4C4C. Windows color (decimal): -7335717 or 14356624. OLE color: 14356624.

HSL color Cylindrical-coordinate representation of color #9010DB: hue angle of 277.83º degrees, saturation: 0.86, 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 #9010DB is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 16 219 -
CMYK 0.34 0.93 0 0.14
HSL 277.83º 0.86% 0.46% -
HSV(B) 277.83º 0.93% 0.86% -
XYZ 24.47 11.41 67.93 -
YUV 77.41 207.91 175.49 -
System Red Green Blue C M Y K H S L
Decimal 144 16 219 0.34 0.93 0 0.14 277.83 0.86 0.46
Hex 90 10 DB 22 5D 0 E 116 56 2E
Octal 220 20 333 42 135 0 16 426 126 56
Binary 10010000 10000 11011011 100010 1011101 0 1110 100010110 1010110 101110

Color Harmonies of #9010DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010DB

Black with #9010DB

Text Example


Text Example

White with #9010DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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