Html Css Color HEX #9110D6 Dark Violet

📋 copy color: '#9110D6'

red 145 ◦ green 16 ◦ blue 214

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

Shades of Dark Violet #9110D6

Tints of Dark Violet #9110D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.07%

R = 38.67%
G = 4.27%
B = 57.07%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9110D6 (or 0x9110D6) is known color: Dark Violet. HEX triplet: 91, 10 and D6. RGB value is (145,16,214). Sum of RGB (Red+Green+Blue) = 145+16+214=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #9110D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9110D6 is #6EEF29. Grayscale: #4C4C4C. Windows color (decimal): -7270186 or 14028945. OLE color: 14028945.

HSL color Cylindrical-coordinate representation of color #9110D6: hue angle of 279.09º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9110D6 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 16 214 -
CMYK 0.32 0.93 0 0.16
HSL 279.09º 0.86% 0.45% -
HSV(B) 279.09º 0.93% 0.84% -
XYZ 24 11.25 64.52 -
YUV 77.14 205.24 176.4 -
System Red Green Blue C M Y K H S L
Decimal 145 16 214 0.32 0.93 0 0.16 279.09 0.86 0.45
Hex 91 10 D6 20 5D 0 10 117 56 2D
Octal 221 20 326 40 135 0 20 427 126 55
Binary 10010001 10000 11010110 100000 1011101 0 10000 100010111 1010110 101101

Color Harmonies of #9110D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9110D6

Black with #9110D6

Text Example


Text Example

White with #9110D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9110D6; }

 p { color: rgb(145,16,214); }

 H1.HeaderClassName
 {
   color: #9110D6;
 }
 .AnyTagClassName
 {
   color: #9110D6;
 }
</style>

background-color css

<style>
 a { background-color: #9110D6; }

 a { background-color: rgb(145,16,214); }

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

border-color css

<style>
 span { border-color: #9110D6; }

 span { border-color: rgb(145,16,214); }

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