Html Css Color HEX #9716BD Dark Violet

📋 copy color: '#9716BD'

red 151 ◦ green 22 ◦ blue 189

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

Shades of Dark Violet #9716BD

Tints of Dark Violet #9716BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 41.71%
G = 6.08%
B = 52.21%

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

#9716BD (or 0x9716BD) is known color: Dark Violet. HEX triplet: 97, 16 and BD. RGB value is (151,22,189). Sum of RGB (Red+Green+Blue) = 151+22+189=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #9716BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716BD is #68E942. Grayscale: #4F4F4F. Windows color (decimal): -6875459 or 12392087. OLE color: 12392087.

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

Color convert

RGB 151 22 189 -
CMYK 0.20 0.88 0 0.26
HSL 286.35º 0.79% 0.41% -
HSV(B) 286.35º 0.88% 0.74% -
XYZ 22.23 10.83 49.06 -
YUV 79.61 189.74 178.92 -
System Red Green Blue C M Y K H S L
Decimal 151 22 189 0.20 0.88 0 0.26 286.35 0.79 0.41
Hex 97 16 BD 14 58 0 1A 11E 4F 29
Octal 227 26 275 24 130 0 32 436 117 51
Binary 10010111 10110 10111101 10100 1011000 0 11010 100011110 1001111 101001

Color Harmonies of #9716BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9716BD

Black with #9716BD

Text Example


Text Example

White with #9716BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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