Html Css Color HEX #9716BC Dark Violet

📋 copy color: '#9716BC'

red 151 ◦ green 22 ◦ blue 188

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

Shades of Dark Violet #9716BC

Tints of Dark Violet #9716BC

RGB

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

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

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

R = 41.83%
G = 6.09%
B = 52.08%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9716BC (or 0x9716BC) is known color: Dark Violet. HEX triplet: 97, 16 and BC. RGB value is (151,22,188). Sum of RGB (Red+Green+Blue) = 151+22+188=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #9716BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716BC is #68E943. Grayscale: #4E4E4E. Windows color (decimal): -6875460 or 12326551. OLE color: 12326551.

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

Color convert

RGB 151 22 188 -
CMYK 0.20 0.88 0 0.26
HSL 286.63º 0.79% 0.41% -
HSV(B) 286.63º 0.88% 0.74% -
XYZ 22.13 10.78 48.49 -
YUV 79.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 151 22 188 0.20 0.88 0 0.26 286.63 0.79 0.41
Hex 97 16 BC 14 58 0 1A 11F 4F 29
Octal 227 26 274 24 130 0 32 437 117 51
Binary 10010111 10110 10111100 10100 1011000 0 11010 100011111 1001111 101001

Color Harmonies of #9716BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9716BC

Black with #9716BC

Text Example


Text Example

White with #9716BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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