Html Css Color HEX #9515BF Dark Violet

📋 copy color: '#9515BF'

red 149 ◦ green 21 ◦ blue 191

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

Shades of Dark Violet #9515BF

Tints of Dark Violet #9515BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 41.27%
G = 5.82%
B = 52.91%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9515BF (or 0x9515BF) is known color: Dark Violet. HEX triplet: 95, 15 and BF. RGB value is (149,21,191). Sum of RGB (Red+Green+Blue) = 149+21+191=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #9515BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9515BF is #6AEA40. Grayscale: #4E4E4E. Windows color (decimal): -7006785 or 12522901. OLE color: 12522901.

HSL color Cylindrical-coordinate representation of color #9515BF: hue angle of 285.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9515BF is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 21 191 -
CMYK 0.22 0.89 0 0.25
HSL 285.18º 0.8% 0.42% -
HSV(B) 285.18º 0.89% 0.75% -
XYZ 22.07 10.69 50.19 -
YUV 78.65 191.41 178.18 -
System Red Green Blue C M Y K H S L
Decimal 149 21 191 0.22 0.89 0 0.25 285.18 0.8 0.42
Hex 95 15 BF 16 59 0 19 11D 50 2A
Octal 225 25 277 26 131 0 31 435 120 52
Binary 10010101 10101 10111111 10110 1011001 0 11001 100011101 1010000 101010

Color Harmonies of #9515BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515BF

Black with #9515BF

Text Example


Text Example

White with #9515BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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