Html Css Color HEX #9711FA Blue Violet

📋 copy color: '#9711FA'

red 151 ◦ green 17 ◦ blue 250

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

Shades of Blue Violet #9711FA

Tints of Blue Violet #9711FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

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

R = 36.12%
G = 4.07%
B = 59.81%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9711FA (or 0x9711FA) is known color: Blue Violet. HEX triplet: 97, 11 and FA. RGB value is (151,17,250). Sum of RGB (Red+Green+Blue) = 151+17+250=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #9711FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9711FA is #68EE05. Grayscale: #525252. Windows color (decimal): -6876678 or 16388503. OLE color: 16388503.

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

Color convert

RGB 151 17 250 -
CMYK 0.40 0.93 0 0.02
HSL 274.51º 0.96% 0.52% -
HSV(B) 274.51º 0.93% 0.98% -
XYZ 30.22 13.88 91.53 -
YUV 83.63 221.89 176.05 -
System Red Green Blue C M Y K H S L
Decimal 151 17 250 0.40 0.93 0 0.02 274.51 0.96 0.52
Hex 97 11 FA 28 5D 0 2 113 60 34
Octal 227 21 372 50 135 0 2 423 140 64
Binary 10010111 10001 11111010 101000 1011101 0 10 100010011 1100000 110100

Color Harmonies of #9711FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9711FA

Black with #9711FA

Text Example


Text Example

White with #9711FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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