Html Css Color HEX #9516BC Dark Violet

📋 copy color: '#9516BC'

red 149 ◦ green 22 ◦ blue 188

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

Shades of Dark Violet #9516BC

Tints of Dark Violet #9516BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.13%

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

R = 41.5%
G = 6.13%
B = 52.37%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9516BC (or 0x9516BC) is known color: Dark Violet. HEX triplet: 95, 16 and BC. RGB value is (149,22,188). Sum of RGB (Red+Green+Blue) = 149+22+188=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #9516BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9516BC is #6AE943. Grayscale: #4E4E4E. Windows color (decimal): -7006532 or 12326549. OLE color: 12326549.

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

Color convert

RGB 149 22 188 -
CMYK 0.21 0.88 0 0.26
HSL 285.9º 0.79% 0.41% -
HSV(B) 285.9º 0.88% 0.74% -
XYZ 21.76 10.59 48.48 -
YUV 78.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 149 22 188 0.21 0.88 0 0.26 285.9 0.79 0.41
Hex 95 16 BC 15 58 0 1A 11E 4F 29
Octal 225 26 274 25 130 0 32 436 117 51
Binary 10010101 10110 10111100 10101 1011000 0 11010 100011110 1001111 101001

Color Harmonies of #9516BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9516BC

Black with #9516BC

Text Example


Text Example

White with #9516BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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