Html Css Color HEX #9716FA Blue Violet

📋 copy color: '#9716FA'

red 151 ◦ green 22 ◦ blue 250

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

Shades of Blue Violet #9716FA

Tints of Blue Violet #9716FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.2%

 BLUE value IS 250 (98.05% from 255) = 59.1%

R = 35.7%
G = 5.2%
B = 59.1%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9716FA (or 0x9716FA) is known color: Blue Violet. HEX triplet: 97, 16 and FA. RGB value is (151,22,250). Sum of RGB (Red+Green+Blue) = 151+22+250=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #9716FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9716FA is #68E905. Grayscale: #555555. Windows color (decimal): -6875398 or 16389783. OLE color: 16389783.

HSL color Cylindrical-coordinate representation of color #9716FA: hue angle of 273.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9716FA is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 22 250 -
CMYK 0.40 0.91 0 0.02
HSL 273.95º 0.96% 0.53% -
HSV(B) 273.95º 0.91% 0.98% -
XYZ 30.3 14.06 91.56 -
YUV 86.56 220.24 173.96 -
System Red Green Blue C M Y K H S L
Decimal 151 22 250 0.40 0.91 0 0.02 273.95 0.96 0.53
Hex 97 16 FA 28 5B 0 2 112 60 35
Octal 227 26 372 50 133 0 2 422 140 65
Binary 10010111 10110 11111010 101000 1011011 0 10 100010010 1100000 110101

Color Harmonies of #9716FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9716FA

Black with #9716FA

Text Example


Text Example

White with #9716FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9716FA; }

 p { color: rgb(151,22,250); }

 H1.HeaderClassName
 {
   color: #9716FA;
 }
 .AnyTagClassName
 {
   color: #9716FA;
 }
</style>

background-color css

<style>
 a { background-color: #9716FA; }

 a { background-color: rgb(151,22,250); }

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

border-color css

<style>
 span { border-color: #9716FA; }

 span { border-color: rgb(151,22,250); }

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