Html Css Color HEX #9515BD Dark Violet

📋 copy color: '#9515BD'

red 149 ◦ green 21 ◦ blue 189

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

Shades of Dark Violet #9515BD

Tints of Dark Violet #9515BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 41.5%
G = 5.85%
B = 52.65%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9515BD (or 0x9515BD) is known color: Dark Violet. HEX triplet: 95, 15 and BD. RGB value is (149,21,189). Sum of RGB (Red+Green+Blue) = 149+21+189=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #9515BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9515BD is #6AEA42. Grayscale: #4D4D4D. Windows color (decimal): -7006787 or 12391829. OLE color: 12391829.

HSL color Cylindrical-coordinate representation of color #9515BD: hue angle of 285.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9515BD is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 21 189 -
CMYK 0.21 0.89 0 0.26
HSL 285.71º 0.8% 0.41% -
HSV(B) 285.71º 0.89% 0.74% -
XYZ 21.85 10.6 49.04 -
YUV 78.42 190.41 178.34 -
System Red Green Blue C M Y K H S L
Decimal 149 21 189 0.21 0.89 0 0.26 285.71 0.8 0.41
Hex 95 15 BD 15 59 0 1A 11E 50 29
Octal 225 25 275 25 131 0 32 436 120 51
Binary 10010101 10101 10111101 10101 1011001 0 11010 100011110 1010000 101001

Color Harmonies of #9515BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515BD

Black with #9515BD

Text Example


Text Example

White with #9515BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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