Html Css Color HEX #9715B0 Dark Violet

📋 copy color: '#9715B0'

red 151 ◦ green 21 ◦ blue 176

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

Shades of Dark Violet #9715B0

Tints of Dark Violet #9715B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 50.57%

R = 43.39%
G = 6.03%
B = 50.57%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9715B0 (or 0x9715B0) is known color: Dark Violet. HEX triplet: 97, 15 and B0. RGB value is (151,21,176). Sum of RGB (Red+Green+Blue) = 151+21+176=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #9715B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9715B0 is #68EA4F. Grayscale: #4D4D4D. Windows color (decimal): -6875728 or 11539863. OLE color: 11539863.

HSL color Cylindrical-coordinate representation of color #9715B0: hue angle of 290.32º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9715B0 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 21 176 -
CMYK 0.14 0.88 0 0.31
HSL 290.32º 0.79% 0.39% -
HSV(B) 290.32º 0.88% 0.69% -
XYZ 20.87 10.25 41.95 -
YUV 77.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 151 21 176 0.14 0.88 0 0.31 290.32 0.79 0.39
Hex 97 15 B0 E 58 0 1F 122 4F 27
Octal 227 25 260 16 130 0 37 442 117 47
Binary 10010111 10101 10110000 1110 1011000 0 11111 100100010 1001111 100111

Color Harmonies of #9715B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715B0

Black with #9715B0

Text Example


Text Example

White with #9715B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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