Html Css Color HEX #9515B1 Dark Violet

📋 copy color: '#9515B1'

red 149 ◦ green 21 ◦ blue 177

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

Shades of Dark Violet #9515B1

Tints of Dark Violet #9515B1

RGB

 RED value IS 149 (58.59% from 255) = 42.94%

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

 BLUE value IS 177 (69.53% from 255) = 51.01%

R = 42.94%
G = 6.05%
B = 51.01%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9515B1 (or 0x9515B1) is known color: Dark Violet. HEX triplet: 95, 15 and B1. RGB value is (149,21,177). Sum of RGB (Red+Green+Blue) = 149+21+177=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #9515B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9515B1 is #6AEA4E. Grayscale: #4C4C4C. Windows color (decimal): -7006799 or 11605397. OLE color: 11605397.

HSL color Cylindrical-coordinate representation of color #9515B1: hue angle of 289.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9515B1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 21 177 -
CMYK 0.16 0.88 0 0.31
HSL 289.23º 0.79% 0.39% -
HSV(B) 289.23º 0.88% 0.69% -
XYZ 20.6 10.1 42.46 -
YUV 77.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 149 21 177 0.16 0.88 0 0.31 289.23 0.79 0.39
Hex 95 15 B1 10 58 0 1F 121 4F 27
Octal 225 25 261 20 130 0 37 441 117 47
Binary 10010101 10101 10110001 10000 1011000 0 11111 100100001 1001111 100111

Color Harmonies of #9515B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515B1

Black with #9515B1

Text Example


Text Example

White with #9515B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9515B1; }

 p { color: rgb(149,21,177); }

 H1.HeaderClassName
 {
   color: #9515B1;
 }
 .AnyTagClassName
 {
   color: #9515B1;
 }
</style>

background-color css

<style>
 a { background-color: #9515B1; }

 a { background-color: rgb(149,21,177); }

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

border-color css

<style>
 span { border-color: #9515B1; }

 span { border-color: rgb(149,21,177); }

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