Html Css Color HEX #9719FD Blue Violet

📋 copy color: '#9719FD'

red 151 ◦ green 25 ◦ blue 253

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

Shades of Blue Violet #9719FD

Tints of Blue Violet #9719FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.97%

R = 35.2%
G = 5.83%
B = 58.97%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9719FD (or 0x9719FD) is known color: Blue Violet. HEX triplet: 97, 19 and FD. RGB value is (151,25,253). Sum of RGB (Red+Green+Blue) = 151+25+253=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #9719FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9719FD is #68E602. Grayscale: #575757. Windows color (decimal): -6874627 or 16587159. OLE color: 16587159.

HSL color Cylindrical-coordinate representation of color #9719FD: hue angle of 273.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9719FD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 25 253 -
CMYK 0.40 0.90 0 0.01
HSL 273.16º 0.98% 0.55% -
HSV(B) 273.16º 0.9% 0.99% -
XYZ 30.84 14.37 94.08 -
YUV 88.67 220.74 172.46 -
System Red Green Blue C M Y K H S L
Decimal 151 25 253 0.40 0.90 0 0.01 273.16 0.98 0.55
Hex 97 19 FD 28 5A 0 1 111 62 37
Octal 227 31 375 50 132 0 1 421 142 67
Binary 10010111 11001 11111101 101000 1011010 0 1 100010001 1100010 110111

Color Harmonies of #9719FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719FD

Black with #9719FD

Text Example


Text Example

White with #9719FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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