Html Css Color HEX #9713DD Dark Violet

📋 copy color: '#9713DD'

red 151 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #9713DD

Tints of Dark Violet #9713DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 38.62%
G = 4.86%
B = 56.52%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9713DD (or 0x9713DD) is known color: Dark Violet. HEX triplet: 97, 13 and DD. RGB value is (151,19,221). Sum of RGB (Red+Green+Blue) = 151+19+221=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #9713DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713DD is #68EC22. Grayscale: #505050. Windows color (decimal): -6876195 or 14488471. OLE color: 14488471.

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

Color convert

RGB 151 19 221 -
CMYK 0.32 0.91 0 0.13
HSL 279.21º 0.84% 0.47% -
HSV(B) 279.21º 0.91% 0.87% -
XYZ 26.05 12.27 69.4 -
YUV 81.5 206.73 177.57 -
System Red Green Blue C M Y K H S L
Decimal 151 19 221 0.32 0.91 0 0.13 279.21 0.84 0.47
Hex 97 13 DD 20 5B 0 D 117 54 2F
Octal 227 23 335 40 133 0 15 427 124 57
Binary 10010111 10011 11011101 100000 1011011 0 1101 100010111 1010100 101111

Color Harmonies of #9713DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713DD

Black with #9713DD

Text Example


Text Example

White with #9713DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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