Html Css Color HEX #9715FA Blue Violet

📋 copy color: '#9715FA'

red 151 ◦ green 21 ◦ blue 250

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

Shades of Blue Violet #9715FA

Tints of Blue Violet #9715FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.98%

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

R = 35.78%
G = 4.98%
B = 59.24%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9715FA (or 0x9715FA) is known color: Blue Violet. HEX triplet: 97, 15 and FA. RGB value is (151,21,250). Sum of RGB (Red+Green+Blue) = 151+21+250=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #9715FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9715FA is #68EA05. Grayscale: #555555. Windows color (decimal): -6875654 or 16389527. OLE color: 16389527.

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

Color convert

RGB 151 21 250 -
CMYK 0.40 0.92 0 0.02
HSL 274.06º 0.96% 0.53% -
HSV(B) 274.06º 0.92% 0.98% -
XYZ 30.29 14.02 91.55 -
YUV 85.98 220.57 174.38 -
System Red Green Blue C M Y K H S L
Decimal 151 21 250 0.40 0.92 0 0.02 274.06 0.96 0.53
Hex 97 15 FA 28 5C 0 2 112 60 35
Octal 227 25 372 50 134 0 2 422 140 65
Binary 10010111 10101 11111010 101000 1011100 0 10 100010010 1100000 110101

Color Harmonies of #9715FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715FA

Black with #9715FA

Text Example


Text Example

White with #9715FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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