Html Css Color HEX #9311DB Dark Violet

📋 copy color: '#9311DB'

red 147 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #9311DB

Tints of Dark Violet #9311DB

RGB

 RED value IS 147 (57.81% from 255) = 38.38%

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

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

R = 38.38%
G = 4.44%
B = 57.18%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9311DB (or 0x9311DB) is known color: Dark Violet. HEX triplet: 93, 11 and DB. RGB value is (147,17,219). Sum of RGB (Red+Green+Blue) = 147+17+219=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 17 (7.03% from 255 or 4.44% 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 #9311DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9311DB is #6CEE24. Grayscale: #4E4E4E. Windows color (decimal): -7138853 or 14356883. OLE color: 14356883.

HSL color Cylindrical-coordinate representation of color #9311DB: hue angle of 278.61º 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 #9311DB is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 17 219 -
CMYK 0.33 0.92 0 0.14
HSL 278.61º 0.86% 0.46% -
HSV(B) 278.61º 0.92% 0.86% -
XYZ 25.02 11.72 67.96 -
YUV 78.9 207.07 176.57 -
System Red Green Blue C M Y K H S L
Decimal 147 17 219 0.33 0.92 0 0.14 278.61 0.86 0.46
Hex 93 11 DB 21 5C 0 E 117 56 2E
Octal 223 21 333 41 134 0 16 427 126 56
Binary 10010011 10001 11011011 100001 1011100 0 1110 100010111 1010110 101110

Color Harmonies of #9311DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9311DB

Black with #9311DB

Text Example


Text Example

White with #9311DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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