Html Css Color HEX #9115AE Dark Violet

📋 copy color: '#9115AE'

red 145 ◦ green 21 ◦ blue 174

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

Shades of Dark Violet #9115AE

Tints of Dark Violet #9115AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

 BLUE value IS 174 (68.36% from 255) = 51.18%

R = 42.65%
G = 6.18%
B = 51.18%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9115AE (or 0x9115AE) is known color: Dark Violet. HEX triplet: 91, 15 and AE. RGB value is (145,21,174). Sum of RGB (Red+Green+Blue) = 145+21+174=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #9115AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9115AE is #6EEA51. Grayscale: #4B4B4B. Windows color (decimal): -7268946 or 11408785. OLE color: 11408785.

HSL color Cylindrical-coordinate representation of color #9115AE: hue angle of 288.63º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9115AE is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 21 174 -
CMYK 0.17 0.88 0 0.32
HSL 288.63º 0.78% 0.38% -
HSV(B) 288.63º 0.88% 0.68% -
XYZ 19.59 9.61 40.87 -
YUV 75.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 145 21 174 0.17 0.88 0 0.32 288.63 0.78 0.38
Hex 91 15 AE 11 58 0 20 121 4E 26
Octal 221 25 256 21 130 0 40 441 116 46
Binary 10010001 10101 10101110 10001 1011000 0 100000 100100001 1001110 100110

Color Harmonies of #9115AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9115AE

Black with #9115AE

Text Example


Text Example

White with #9115AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9115AE; }

 p { color: rgb(145,21,174); }

 H1.HeaderClassName
 {
   color: #9115AE;
 }
 .AnyTagClassName
 {
   color: #9115AE;
 }
</style>

background-color css

<style>
 a { background-color: #9115AE; }

 a { background-color: rgb(145,21,174); }

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

border-color css

<style>
 span { border-color: #9115AE; }

 span { border-color: rgb(145,21,174); }

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