Html Css Color HEX #9249FB Blue Violet

📋 copy color: '#9249FB'

red 146 ◦ green 73 ◦ blue 251

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

Shades of Blue Violet #9249FB

Tints of Blue Violet #9249FB

RGB

 RED value IS 146 (57.42% from 255) = 31.06%

 GREEN value IS 73 (28.91% from 255) = 15.53%

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 31.06%
G = 15.53%
B = 53.4%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9249FB (or 0x9249FB) is known color: Blue Violet. HEX triplet: 92, 49 and FB. RGB value is (146,73,251). Sum of RGB (Red+Green+Blue) = 146+73+251=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #9249FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9249FB is #6DB604. Grayscale: #727272. Windows color (decimal): -7190021 or 16468370. OLE color: 16468370.

HSL color Cylindrical-coordinate representation of color #9249FB: hue angle of 264.61º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9249FB is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 73 251 -
CMYK 0.42 0.71 0 0.02
HSL 264.61º 0.96% 0.64% -
HSV(B) 264.61º 0.71% 0.98% -
XYZ 31.65 17.84 93.04 -
YUV 115.12 204.68 150.03 -
System Red Green Blue C M Y K H S L
Decimal 146 73 251 0.42 0.71 0 0.02 264.61 0.96 0.64
Hex 92 49 FB 2A 47 0 2 109 60 40
Octal 222 111 373 52 107 0 2 411 140 100
Binary 10010010 1001001 11111011 101010 1000111 0 10 100001001 1100000 1000000

Color Harmonies of #9249FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249FB

Black with #9249FB

Text Example


Text Example

White with #9249FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9249FB; }

 p { color: rgb(146,73,251); }

 H1.HeaderClassName
 {
   color: #9249FB;
 }
 .AnyTagClassName
 {
   color: #9249FB;
 }
</style>

background-color css

<style>
 a { background-color: #9249FB; }

 a { background-color: rgb(146,73,251); }

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

border-color css

<style>
 span { border-color: #9249FB; }

 span { border-color: rgb(146,73,251); }

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