Html Css Color HEX #9716BE Dark Violet

📋 copy color: '#9716BE'

red 151 ◦ green 22 ◦ blue 190

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

Shades of Dark Violet #9716BE

Tints of Dark Violet #9716BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 41.6%
G = 6.06%
B = 52.34%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9716BE (or 0x9716BE) is known color: Dark Violet. HEX triplet: 97, 16 and BE. RGB value is (151,22,190). Sum of RGB (Red+Green+Blue) = 151+22+190=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #9716BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716BE is #68E941. Grayscale: #4F4F4F. Windows color (decimal): -6875458 or 12457623. OLE color: 12457623.

HSL color Cylindrical-coordinate representation of color #9716BE: hue angle of 286.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9716BE is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 22 190 -
CMYK 0.21 0.88 0 0.25
HSL 286.07º 0.79% 0.42% -
HSV(B) 286.07º 0.88% 0.75% -
XYZ 22.34 10.87 49.64 -
YUV 79.72 190.24 178.84 -
System Red Green Blue C M Y K H S L
Decimal 151 22 190 0.21 0.88 0 0.25 286.07 0.79 0.42
Hex 97 16 BE 15 58 0 19 11E 4F 2A
Octal 227 26 276 25 130 0 31 436 117 52
Binary 10010111 10110 10111110 10101 1011000 0 11001 100011110 1001111 101010

Color Harmonies of #9716BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9716BE

Black with #9716BE

Text Example


Text Example

White with #9716BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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