Html Css Color HEX #9114DB Dark Violet

📋 copy color: '#9114DB'

red 145 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #9114DB

Tints of Dark Violet #9114DB

RGB

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

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

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

R = 37.76%
G = 5.21%
B = 57.03%

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

#9114DB (or 0x9114DB) is known color: Dark Violet. HEX triplet: 91, 14 and DB. RGB value is (145,20,219). Sum of RGB (Red+Green+Blue) = 145+20+219=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #9114DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9114DB is #6EEB24. Grayscale: #4F4F4F. Windows color (decimal): -7269157 or 14357649. OLE color: 14357649.

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

Color convert

RGB 145 20 219 -
CMYK 0.34 0.91 0 0.14
HSL 277.69º 0.83% 0.47% -
HSV(B) 277.69º 0.91% 0.86% -
XYZ 24.71 11.63 67.96 -
YUV 80.06 206.41 174.32 -
System Red Green Blue C M Y K H S L
Decimal 145 20 219 0.34 0.91 0 0.14 277.69 0.83 0.47
Hex 91 14 DB 22 5B 0 E 116 53 2F
Octal 221 24 333 42 133 0 16 426 123 57
Binary 10010001 10100 11011011 100010 1011011 0 1110 100010110 1010011 101111

Color Harmonies of #9114DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9114DB

Black with #9114DB

Text Example


Text Example

White with #9114DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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