Html Css Color HEX #9719DC Blue Violet

📋 copy color: '#9719DC'

red 151 ◦ green 25 ◦ blue 220

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

Shades of Blue Violet #9719DC

Tints of Blue Violet #9719DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.31%

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 38.13%
G = 6.31%
B = 55.56%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9719DC (or 0x9719DC) is known color: Blue Violet. HEX triplet: 97, 19 and DC. RGB value is (151,25,220). Sum of RGB (Red+Green+Blue) = 151+25+220=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #9719DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719DC is #68E623. Grayscale: #545454. Windows color (decimal): -6874660 or 14424471. OLE color: 14424471.

HSL color Cylindrical-coordinate representation of color #9719DC: hue angle of 278.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9719DC is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 25 220 -
CMYK 0.31 0.89 0 0.14
HSL 278.77º 0.8% 0.48% -
HSV(B) 278.77º 0.89% 0.86% -
XYZ 26.03 12.44 68.74 -
YUV 84.9 204.24 175.14 -
System Red Green Blue C M Y K H S L
Decimal 151 25 220 0.31 0.89 0 0.14 278.77 0.8 0.48
Hex 97 19 DC 1F 59 0 E 117 50 30
Octal 227 31 334 37 131 0 16 427 120 60
Binary 10010111 11001 11011100 11111 1011001 0 1110 100010111 1010000 110000

Color Harmonies of #9719DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719DC

Black with #9719DC

Text Example


Text Example

White with #9719DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9719DC; }

 p { color: rgb(151,25,220); }

 H1.HeaderClassName
 {
   color: #9719DC;
 }
 .AnyTagClassName
 {
   color: #9719DC;
 }
</style>

background-color css

<style>
 a { background-color: #9719DC; }

 a { background-color: rgb(151,25,220); }

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

border-color css

<style>
 span { border-color: #9719DC; }

 span { border-color: rgb(151,25,220); }

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