Html Css Color HEX #9713CF Dark Violet

📋 copy color: '#9713CF'

red 151 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #9713CF

Tints of Dark Violet #9713CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 40.05%
G = 5.04%
B = 54.91%

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

#9713CF (or 0x9713CF) is known color: Dark Violet. HEX triplet: 97, 13 and CF. RGB value is (151,19,207). Sum of RGB (Red+Green+Blue) = 151+19+207=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #9713CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713CF is #68EC30. Grayscale: #4F4F4F. Windows color (decimal): -6876209 or 13570967. OLE color: 13570967.

HSL color Cylindrical-coordinate representation of color #9713CF: hue angle of 282.13º 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 #9713CF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 19 207 -
CMYK 0.27 0.91 0 0.19
HSL 282.13º 0.83% 0.44% -
HSV(B) 282.13º 0.91% 0.81% -
XYZ 24.26 11.55 59.98 -
YUV 79.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 151 19 207 0.27 0.91 0 0.19 282.13 0.83 0.44
Hex 97 13 CF 1B 5B 0 13 11A 53 2C
Octal 227 23 317 33 133 0 23 432 123 54
Binary 10010111 10011 11001111 11011 1011011 0 10011 100011010 1010011 101100

Color Harmonies of #9713CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713CF

Black with #9713CF

Text Example


Text Example

White with #9713CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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