Html Css Color HEX #9249FD Blue Violet

📋 copy color: '#9249FD'

red 146 ◦ green 73 ◦ blue 253

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

Shades of Blue Violet #9249FD

Tints of Blue Violet #9249FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 30.93%
G = 15.47%
B = 53.6%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9249FD (or 0x9249FD) is known color: Blue Violet. HEX triplet: 92, 49 and FD. RGB value is (146,73,253). Sum of RGB (Red+Green+Blue) = 146+73+253=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #9249FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9249FD is #6DB602. Grayscale: #727272. Windows color (decimal): -7190019 or 16599442. OLE color: 16599442.

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

Color convert

RGB 146 73 253 -
CMYK 0.42 0.71 0 0.01
HSL 264.33º 0.98% 0.64% -
HSV(B) 264.33º 0.71% 0.99% -
XYZ 31.97 17.97 94.71 -
YUV 115.35 205.68 149.86 -
System Red Green Blue C M Y K H S L
Decimal 146 73 253 0.42 0.71 0 0.01 264.33 0.98 0.64
Hex 92 49 FD 2A 47 0 1 108 62 40
Octal 222 111 375 52 107 0 1 410 142 100
Binary 10010010 1001001 11111101 101010 1000111 0 1 100001000 1100010 1000000

Color Harmonies of #9249FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249FD

Black with #9249FD

Text Example


Text Example

White with #9249FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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