Html Css Color HEX #9713DB Dark Violet

📋 copy color: '#9713DB'

red 151 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #9713DB

Tints of Dark Violet #9713DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 38.82%
G = 4.88%
B = 56.3%

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

#9713DB (or 0x9713DB) is known color: Dark Violet. HEX triplet: 97, 13 and DB. RGB value is (151,19,219). Sum of RGB (Red+Green+Blue) = 151+19+219=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #9713DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713DB is #68EC24. Grayscale: #505050. Windows color (decimal): -6876197 or 14357399. OLE color: 14357399.

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

Color convert

RGB 151 19 219 -
CMYK 0.31 0.91 0 0.14
HSL 279.6º 0.84% 0.47% -
HSV(B) 279.6º 0.91% 0.86% -
XYZ 25.78 12.16 68.01 -
YUV 81.27 205.73 177.74 -
System Red Green Blue C M Y K H S L
Decimal 151 19 219 0.31 0.91 0 0.14 279.6 0.84 0.47
Hex 97 13 DB 1F 5B 0 E 118 54 2F
Octal 227 23 333 37 133 0 16 430 124 57
Binary 10010111 10011 11011011 11111 1011011 0 1110 100011000 1010100 101111

Color Harmonies of #9713DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713DB

Black with #9713DB

Text Example


Text Example

White with #9713DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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