Html Css Color HEX #9715BA Dark Violet

📋 copy color: '#9715BA'

red 151 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #9715BA

Tints of Dark Violet #9715BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 42.18%
G = 5.87%
B = 51.96%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9715BA (or 0x9715BA) is known color: Dark Violet. HEX triplet: 97, 15 and BA. RGB value is (151,21,186). Sum of RGB (Red+Green+Blue) = 151+21+186=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #9715BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715BA is #68EA45. Grayscale: #4E4E4E. Windows color (decimal): -6875718 or 12195223. OLE color: 12195223.

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

Color convert

RGB 151 21 186 -
CMYK 0.19 0.89 0 0.27
HSL 287.27º 0.8% 0.41% -
HSV(B) 287.27º 0.89% 0.73% -
XYZ 21.89 10.66 47.36 -
YUV 78.68 188.57 179.58 -
System Red Green Blue C M Y K H S L
Decimal 151 21 186 0.19 0.89 0 0.27 287.27 0.8 0.41
Hex 97 15 BA 13 59 0 1B 11F 50 29
Octal 227 25 272 23 131 0 33 437 120 51
Binary 10010111 10101 10111010 10011 1011001 0 11011 100011111 1010000 101001

Color Harmonies of #9715BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715BA

Black with #9715BA

Text Example


Text Example

White with #9715BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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