Html Css Color HEX #9715C6 Dark Violet

📋 copy color: '#9715C6'

red 151 ◦ green 21 ◦ blue 198

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

Shades of Dark Violet #9715C6

Tints of Dark Violet #9715C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.51%

R = 40.81%
G = 5.68%
B = 53.51%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9715C6 (or 0x9715C6) is known color: Dark Violet. HEX triplet: 97, 15 and C6. RGB value is (151,21,198). Sum of RGB (Red+Green+Blue) = 151+21+198=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #9715C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715C6 is #68EA39. Grayscale: #4F4F4F. Windows color (decimal): -6875706 or 12981655. OLE color: 12981655.

HSL color Cylindrical-coordinate representation of color #9715C6: hue angle of 284.07º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9715C6 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 21 198 -
CMYK 0.24 0.89 0 0.22
HSL 284.07º 0.81% 0.43% -
HSV(B) 284.07º 0.89% 0.78% -
XYZ 23.22 11.19 54.36 -
YUV 80.05 194.57 178.61 -
System Red Green Blue C M Y K H S L
Decimal 151 21 198 0.24 0.89 0 0.22 284.07 0.81 0.43
Hex 97 15 C6 18 59 0 16 11C 51 2B
Octal 227 25 306 30 131 0 26 434 121 53
Binary 10010111 10101 11000110 11000 1011001 0 10110 100011100 1010001 101011

Color Harmonies of #9715C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715C6

Black with #9715C6

Text Example


Text Example

White with #9715C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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