Html Css Color HEX #9715B9 Dark Violet

📋 copy color: '#9715B9'

red 151 ◦ green 21 ◦ blue 185

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

Shades of Dark Violet #9715B9

Tints of Dark Violet #9715B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.82%

R = 42.3%
G = 5.88%
B = 51.82%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9715B9 (or 0x9715B9) is known color: Dark Violet. HEX triplet: 97, 15 and B9. RGB value is (151,21,185). Sum of RGB (Red+Green+Blue) = 151+21+185=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #9715B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715B9 is #68EA46. Grayscale: #4E4E4E. Windows color (decimal): -6875719 or 12129687. OLE color: 12129687.

HSL color Cylindrical-coordinate representation of color #9715B9: hue angle of 287.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9715B9 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 21 185 -
CMYK 0.18 0.89 0 0.27
HSL 287.56º 0.8% 0.4% -
HSV(B) 287.56º 0.89% 0.73% -
XYZ 21.79 10.62 46.8 -
YUV 78.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 151 21 185 0.18 0.89 0 0.27 287.56 0.8 0.4
Hex 97 15 B9 12 59 0 1B 120 50 28
Octal 227 25 271 22 131 0 33 440 120 50
Binary 10010111 10101 10111001 10010 1011001 0 11011 100100000 1010000 101000

Color Harmonies of #9715B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715B9

Black with #9715B9

Text Example


Text Example

White with #9715B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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