Html Css Color HEX #9515BC Dark Violet

📋 copy color: '#9515BC'

red 149 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #9515BC

Tints of Dark Violet #9515BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 41.62%
G = 5.87%
B = 52.51%

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

#9515BC (or 0x9515BC) is known color: Dark Violet. HEX triplet: 95, 15 and BC. RGB value is (149,21,188). Sum of RGB (Red+Green+Blue) = 149+21+188=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #9515BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9515BC is #6AEA43. Grayscale: #4D4D4D. Windows color (decimal): -7006788 or 12326293. OLE color: 12326293.

HSL color Cylindrical-coordinate representation of color #9515BC: hue angle of 285.99º 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 #9515BC is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 21 188 -
CMYK 0.21 0.89 0 0.26
HSL 285.99º 0.8% 0.41% -
HSV(B) 285.99º 0.89% 0.74% -
XYZ 21.74 10.56 48.47 -
YUV 78.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 149 21 188 0.21 0.89 0 0.26 285.99 0.8 0.41
Hex 95 15 BC 15 59 0 1A 11E 50 29
Octal 225 25 274 25 131 0 32 436 120 51
Binary 10010101 10101 10111100 10101 1011001 0 11010 100011110 1010000 101001

Color Harmonies of #9515BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515BC

Black with #9515BC

Text Example


Text Example

White with #9515BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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