Html Css Color HEX #9731FA Blue Violet

📋 copy color: '#9731FA'

red 151 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #9731FA

Tints of Blue Violet #9731FA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.89%

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

R = 33.56%
G = 10.89%
B = 55.56%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9731FA (or 0x9731FA) is known color: Blue Violet. HEX triplet: 97, 31 and FA. RGB value is (151,49,250). Sum of RGB (Red+Green+Blue) = 151+49+250=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #9731FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9731FA is #68CE05. Grayscale: #656565. Windows color (decimal): -6868486 or 16396695. OLE color: 16396695.

HSL color Cylindrical-coordinate representation of color #9731FA: hue angle of 270.45º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9731FA is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 49 250 -
CMYK 0.40 0.80 0 0.02
HSL 270.45º 0.95% 0.59% -
HSV(B) 270.45º 0.8% 0.98% -
XYZ 31.12 15.68 91.83 -
YUV 102.41 211.29 162.66 -
System Red Green Blue C M Y K H S L
Decimal 151 49 250 0.40 0.80 0 0.02 270.45 0.95 0.59
Hex 97 31 FA 28 50 0 2 10E 5F 3B
Octal 227 61 372 50 120 0 2 416 137 73
Binary 10010111 110001 11111010 101000 1010000 0 10 100001110 1011111 111011

Color Harmonies of #9731FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9731FA

Black with #9731FA

Text Example


Text Example

White with #9731FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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