Html Css Color HEX #9511DB Dark Violet

📋 copy color: '#9511DB'

red 149 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #9511DB

Tints of Dark Violet #9511DB

RGB

 RED value IS 149 (58.59% from 255) = 38.7%

 GREEN value IS 17 (7.03% from 255) = 4.42%

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

R = 38.7%
G = 4.42%
B = 56.88%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9511DB (or 0x9511DB) is known color: Dark Violet. HEX triplet: 95, 11 and DB. RGB value is (149,17,219). Sum of RGB (Red+Green+Blue) = 149+17+219=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #9511DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9511DB is #6AEE24. Grayscale: #4E4E4E. Windows color (decimal): -7007781 or 14356885. OLE color: 14356885.

HSL color Cylindrical-coordinate representation of color #9511DB: hue angle of 279.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9511DB is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 17 219 -
CMYK 0.32 0.92 0 0.14
HSL 279.21º 0.86% 0.46% -
HSV(B) 279.21º 0.92% 0.86% -
XYZ 25.38 11.9 67.98 -
YUV 79.5 206.73 177.57 -
System Red Green Blue C M Y K H S L
Decimal 149 17 219 0.32 0.92 0 0.14 279.21 0.86 0.46
Hex 95 11 DB 20 5C 0 E 117 56 2E
Octal 225 21 333 40 134 0 16 427 126 56
Binary 10010101 10001 11011011 100000 1011100 0 1110 100010111 1010110 101110

Color Harmonies of #9511DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9511DB

Black with #9511DB

Text Example


Text Example

White with #9511DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,17,219); }

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

background-color css

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

 a { background-color: rgb(149,17,219); }

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

border-color css

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

 span { border-color: rgb(149,17,219); }

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