Html Css Color HEX #9713DC Dark Violet

📋 copy color: '#9713DC'

red 151 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #9713DC

Tints of Dark Violet #9713DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

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

R = 38.72%
G = 4.87%
B = 56.41%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9713DC (or 0x9713DC) is known color: Dark Violet. HEX triplet: 97, 13 and DC. RGB value is (151,19,220). Sum of RGB (Red+Green+Blue) = 151+19+220=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #9713DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713DC is #68EC23. Grayscale: #505050. Windows color (decimal): -6876196 or 14422935. OLE color: 14422935.

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

Color convert

RGB 151 19 220 -
CMYK 0.31 0.91 0 0.14
HSL 279.4º 0.84% 0.47% -
HSV(B) 279.4º 0.91% 0.86% -
XYZ 25.91 12.21 68.7 -
YUV 81.38 206.23 177.66 -
System Red Green Blue C M Y K H S L
Decimal 151 19 220 0.31 0.91 0 0.14 279.4 0.84 0.47
Hex 97 13 DC 1F 5B 0 E 117 54 2F
Octal 227 23 334 37 133 0 16 427 124 57
Binary 10010111 10011 11011100 11111 1011011 0 1110 100010111 1010100 101111

Color Harmonies of #9713DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713DC

Black with #9713DC

Text Example


Text Example

White with #9713DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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