Html Css Color HEX #9715BF Dark Violet

📋 copy color: '#9715BF'

red 151 ◦ green 21 ◦ blue 191

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

Shades of Dark Violet #9715BF

Tints of Dark Violet #9715BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

 BLUE value IS 191 (75% from 255) = 52.62%

R = 41.6%
G = 5.79%
B = 52.62%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9715BF (or 0x9715BF) is known color: Dark Violet. HEX triplet: 97, 15 and BF. RGB value is (151,21,191). Sum of RGB (Red+Green+Blue) = 151+21+191=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #9715BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715BF is #68EA40. Grayscale: #4E4E4E. Windows color (decimal): -6875713 or 12522903. OLE color: 12522903.

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

Color convert

RGB 151 21 191 -
CMYK 0.21 0.89 0 0.25
HSL 285.88º 0.8% 0.42% -
HSV(B) 285.88º 0.89% 0.75% -
XYZ 22.43 10.88 50.21 -
YUV 79.25 191.07 179.18 -
System Red Green Blue C M Y K H S L
Decimal 151 21 191 0.21 0.89 0 0.25 285.88 0.8 0.42
Hex 97 15 BF 15 59 0 19 11E 50 2A
Octal 227 25 277 25 131 0 31 436 120 52
Binary 10010111 10101 10111111 10101 1011001 0 11001 100011110 1010000 101010

Color Harmonies of #9715BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715BF

Black with #9715BF

Text Example


Text Example

White with #9715BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9715BF; }

 p { color: rgb(151,21,191); }

 H1.HeaderClassName
 {
   color: #9715BF;
 }
 .AnyTagClassName
 {
   color: #9715BF;
 }
</style>

background-color css

<style>
 a { background-color: #9715BF; }

 a { background-color: rgb(151,21,191); }

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

border-color css

<style>
 span { border-color: #9715BF; }

 span { border-color: rgb(151,21,191); }

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