Html Css Color HEX #9716BA Dark Violet

📋 copy color: '#9716BA'

red 151 ◦ green 22 ◦ blue 186

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

Shades of Dark Violet #9716BA

Tints of Dark Violet #9716BA

RGB

 RED value IS 151 (59.38% from 255) = 42.06%

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 42.06%
G = 6.13%
B = 51.81%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9716BA (or 0x9716BA) is known color: Dark Violet. HEX triplet: 97, 16 and BA. RGB value is (151,22,186). Sum of RGB (Red+Green+Blue) = 151+22+186=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #9716BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716BA is #68E945. Grayscale: #4E4E4E. Windows color (decimal): -6875462 or 12195479. OLE color: 12195479.

HSL color Cylindrical-coordinate representation of color #9716BA: hue angle of 287.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9716BA is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 22 186 -
CMYK 0.19 0.88 0 0.27
HSL 287.2º 0.79% 0.41% -
HSV(B) 287.2º 0.88% 0.73% -
XYZ 21.91 10.7 47.36 -
YUV 79.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 151 22 186 0.19 0.88 0 0.27 287.2 0.79 0.41
Hex 97 16 BA 13 58 0 1B 11F 4F 29
Octal 227 26 272 23 130 0 33 437 117 51
Binary 10010111 10110 10111010 10011 1011000 0 11011 100011111 1001111 101001

Color Harmonies of #9716BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9716BA

Black with #9716BA

Text Example


Text Example

White with #9716BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9716BA; }

 p { color: rgb(151,22,186); }

 H1.HeaderClassName
 {
   color: #9716BA;
 }
 .AnyTagClassName
 {
   color: #9716BA;
 }
</style>

background-color css

<style>
 a { background-color: #9716BA; }

 a { background-color: rgb(151,22,186); }

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

border-color css

<style>
 span { border-color: #9716BA; }

 span { border-color: rgb(151,22,186); }

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