Html Css Color HEX #9715DC Dark Violet

📋 copy color: '#9715DC'

red 151 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #9715DC

Tints of Dark Violet #9715DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 38.52%
G = 5.36%
B = 56.12%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9715DC (or 0x9715DC) is known color: Dark Violet. HEX triplet: 97, 15 and DC. RGB value is (151,21,220). Sum of RGB (Red+Green+Blue) = 151+21+220=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #9715DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715DC is #68EA23. Grayscale: #515151. Windows color (decimal): -6875684 or 14423447. OLE color: 14423447.

HSL color Cylindrical-coordinate representation of color #9715DC: hue angle of 279.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9715DC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 21 220 -
CMYK 0.31 0.90 0 0.14
HSL 279.2º 0.83% 0.47% -
HSV(B) 279.2º 0.9% 0.86% -
XYZ 25.95 12.28 68.71 -
YUV 82.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 151 21 220 0.31 0.90 0 0.14 279.2 0.83 0.47
Hex 97 15 DC 1F 5A 0 E 117 53 2F
Octal 227 25 334 37 132 0 16 427 123 57
Binary 10010111 10101 11011100 11111 1011010 0 1110 100010111 1010011 101111

Color Harmonies of #9715DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715DC

Black with #9715DC

Text Example


Text Example

White with #9715DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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