Html Css Color HEX #9715D5 Dark Violet

📋 copy color: '#9715D5'

red 151 ◦ green 21 ◦ blue 213

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

Shades of Dark Violet #9715D5

Tints of Dark Violet #9715D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.32%

R = 39.22%
G = 5.45%
B = 55.32%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9715D5 (or 0x9715D5) is known color: Dark Violet. HEX triplet: 97, 15 and D5. RGB value is (151,21,213). Sum of RGB (Red+Green+Blue) = 151+21+213=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #9715D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715D5 is #68EA2A. Grayscale: #515151. Windows color (decimal): -6875691 or 13964695. OLE color: 13964695.

HSL color Cylindrical-coordinate representation of color #9715D5: hue angle of 280.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9715D5 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 21 213 -
CMYK 0.29 0.90 0 0.16
HSL 280.63º 0.82% 0.46% -
HSV(B) 280.63º 0.9% 0.84% -
XYZ 25.04 11.92 63.93 -
YUV 81.76 202.07 177.39 -
System Red Green Blue C M Y K H S L
Decimal 151 21 213 0.29 0.90 0 0.16 280.63 0.82 0.46
Hex 97 15 D5 1D 5A 0 10 119 52 2E
Octal 227 25 325 35 132 0 20 431 122 56
Binary 10010111 10101 11010101 11101 1011010 0 10000 100011001 1010010 101110

Color Harmonies of #9715D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715D5

Black with #9715D5

Text Example


Text Example

White with #9715D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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