Html Css Color HEX #9109DB Dark Violet

📋 copy color: '#9109DB'

red 145 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #9109DB

Tints of Dark Violet #9109DB

RGB

 RED value IS 145 (57.03% from 255) = 38.87%

 GREEN value IS 9 (3.91% from 255) = 2.41%

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

R = 38.87%
G = 2.41%
B = 58.71%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9109DB (or 0x9109DB) is known color: Dark Violet. HEX triplet: 91, 09 and DB. RGB value is (145,9,219). Sum of RGB (Red+Green+Blue) = 145+9+219=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #9109DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9109DB is #6EF624. Grayscale: #484848. Windows color (decimal): -7271973 or 14354833. OLE color: 14354833.

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

Color convert

RGB 145 9 219 -
CMYK 0.34 0.96 0 0.14
HSL 278.86º 0.92% 0.45% -
HSV(B) 278.86º 0.96% 0.86% -
XYZ 24.56 11.33 67.91 -
YUV 73.6 210.06 178.92 -
System Red Green Blue C M Y K H S L
Decimal 145 9 219 0.34 0.96 0 0.14 278.86 0.92 0.45
Hex 91 9 DB 22 60 0 E 117 5C 2D
Octal 221 11 333 42 140 0 16 427 134 55
Binary 10010001 1001 11011011 100010 1100000 0 1110 100010111 1011100 101101

Color Harmonies of #9109DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9109DB

Black with #9109DB

Text Example


Text Example

White with #9109DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,9,219); }

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

background-color css

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

 a { background-color: rgb(145,9,219); }

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

border-color css

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

 span { border-color: rgb(145,9,219); }

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