Html Css Color HEX #9115B9 Dark Violet

📋 copy color: '#9115B9'

red 145 ◦ green 21 ◦ blue 185

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

Shades of Dark Violet #9115B9

Tints of Dark Violet #9115B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.71%

R = 41.31%
G = 5.98%
B = 52.71%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9115B9 (or 0x9115B9) is known color: Dark Violet. HEX triplet: 91, 15 and B9. RGB value is (145,21,185). Sum of RGB (Red+Green+Blue) = 145+21+185=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #9115B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9115B9 is #6EEA46. Grayscale: #4C4C4C. Windows color (decimal): -7268935 or 12129681. OLE color: 12129681.

HSL color Cylindrical-coordinate representation of color #9115B9: hue angle of 285.37º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9115B9 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 21 185 -
CMYK 0.22 0.89 0 0.27
HSL 285.37º 0.8% 0.4% -
HSV(B) 285.37º 0.89% 0.73% -
XYZ 20.7 10.06 46.75 -
YUV 76.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 145 21 185 0.22 0.89 0 0.27 285.37 0.8 0.4
Hex 91 15 B9 16 59 0 1B 11D 50 28
Octal 221 25 271 26 131 0 33 435 120 50
Binary 10010001 10101 10111001 10110 1011001 0 11011 100011101 1010000 101000

Color Harmonies of #9115B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9115B9

Black with #9115B9

Text Example


Text Example

White with #9115B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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