Html Css Color HEX #9713CE Dark Violet

📋 copy color: '#9713CE'

red 151 ◦ green 19 ◦ blue 206

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

Shades of Dark Violet #9713CE

Tints of Dark Violet #9713CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 40.16%
G = 5.05%
B = 54.79%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9713CE (or 0x9713CE) is known color: Dark Violet. HEX triplet: 97, 13 and CE. RGB value is (151,19,206). Sum of RGB (Red+Green+Blue) = 151+19+206=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #9713CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713CE is #68EC31. Grayscale: #4F4F4F. Windows color (decimal): -6876210 or 13505431. OLE color: 13505431.

HSL color Cylindrical-coordinate representation of color #9713CE: hue angle of 282.35º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9713CE is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 19 206 -
CMYK 0.27 0.91 0 0.19
HSL 282.35º 0.83% 0.44% -
HSV(B) 282.35º 0.91% 0.81% -
XYZ 24.14 11.5 59.34 -
YUV 79.79 199.23 178.79 -
System Red Green Blue C M Y K H S L
Decimal 151 19 206 0.27 0.91 0 0.19 282.35 0.83 0.44
Hex 97 13 CE 1B 5B 0 13 11A 53 2C
Octal 227 23 316 33 133 0 23 432 123 54
Binary 10010111 10011 11001110 11011 1011011 0 10011 100011010 1010011 101100

Color Harmonies of #9713CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713CE

Black with #9713CE

Text Example


Text Example

White with #9713CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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