Html Css Color HEX #9715C9 Dark Violet

📋 copy color: '#9715C9'

red 151 ◦ green 21 ◦ blue 201

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

Shades of Dark Violet #9715C9

Tints of Dark Violet #9715C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.89%

R = 40.48%
G = 5.63%
B = 53.89%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9715C9 (or 0x9715C9) is known color: Dark Violet. HEX triplet: 97, 15 and C9. RGB value is (151,21,201). Sum of RGB (Red+Green+Blue) = 151+21+201=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #9715C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715C9 is #68EA36. Grayscale: #4F4F4F. Windows color (decimal): -6875703 or 13178263. OLE color: 13178263.

HSL color Cylindrical-coordinate representation of color #9715C9: hue angle of 283.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9715C9 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 21 201 -
CMYK 0.25 0.90 0 0.21
HSL 283.33º 0.81% 0.44% -
HSV(B) 283.33º 0.9% 0.79% -
XYZ 23.57 11.33 56.2 -
YUV 80.39 196.07 178.36 -
System Red Green Blue C M Y K H S L
Decimal 151 21 201 0.25 0.90 0 0.21 283.33 0.81 0.44
Hex 97 15 C9 19 5A 0 15 11B 51 2C
Octal 227 25 311 31 132 0 25 433 121 54
Binary 10010111 10101 11001001 11001 1011010 0 10101 100011011 1010001 101100

Color Harmonies of #9715C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715C9

Black with #9715C9

Text Example


Text Example

White with #9715C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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