Html Css Color HEX #9716BB Dark Violet

📋 copy color: '#9716BB'

red 151 ◦ green 22 ◦ blue 187

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

Shades of Dark Violet #9716BB

Tints of Dark Violet #9716BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 41.94%
G = 6.11%
B = 51.94%

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

#9716BB (or 0x9716BB) is known color: Dark Violet. HEX triplet: 97, 16 and BB. RGB value is (151,22,187). Sum of RGB (Red+Green+Blue) = 151+22+187=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #9716BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716BB is #68E944. Grayscale: #4E4E4E. Windows color (decimal): -6875461 or 12261015. OLE color: 12261015.

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

Color convert

RGB 151 22 187 -
CMYK 0.19 0.88 0 0.27
HSL 286.91º 0.79% 0.41% -
HSV(B) 286.91º 0.88% 0.73% -
XYZ 22.02 10.74 47.93 -
YUV 79.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 151 22 187 0.19 0.88 0 0.27 286.91 0.79 0.41
Hex 97 16 BB 13 58 0 1B 11F 4F 29
Octal 227 26 273 23 130 0 33 437 117 51
Binary 10010111 10110 10111011 10011 1011000 0 11011 100011111 1001111 101001

Color Harmonies of #9716BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9716BB

Black with #9716BB

Text Example


Text Example

White with #9716BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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