Html Css Color HEX #9713C0 Dark Violet

📋 copy color: '#9713C0'

red 151 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #9713C0

Tints of Dark Violet #9713C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.04%

R = 41.71%
G = 5.25%
B = 53.04%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9713C0 (or 0x9713C0) is known color: Dark Violet. HEX triplet: 97, 13 and C0. RGB value is (151,19,192). Sum of RGB (Red+Green+Blue) = 151+19+192=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #9713C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713C0 is #68EC3F. Grayscale: #4D4D4D. Windows color (decimal): -6876224 or 12587927. OLE color: 12587927.

HSL color Cylindrical-coordinate representation of color #9713C0: hue angle of 285.78º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9713C0 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 19 192 -
CMYK 0.21 0.90 0 0.25
HSL 285.78º 0.82% 0.41% -
HSV(B) 285.78º 0.9% 0.75% -
XYZ 22.51 10.85 50.78 -
YUV 78.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 151 19 192 0.21 0.90 0 0.25 285.78 0.82 0.41
Hex 97 13 C0 15 5A 0 19 11E 52 29
Octal 227 23 300 25 132 0 31 436 122 51
Binary 10010111 10011 11000000 10101 1011010 0 11001 100011110 1010010 101001

Color Harmonies of #9713C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713C0

Black with #9713C0

Text Example


Text Example

White with #9713C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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