Html Css Color HEX #9549FA Blue Violet

📋 copy color: '#9549FA'

red 149 ◦ green 73 ◦ blue 250

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

Shades of Blue Violet #9549FA

Tints of Blue Violet #9549FA

RGB

 RED value IS 149 (58.59% from 255) = 31.57%

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

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

R = 31.57%
G = 15.47%
B = 52.97%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9549FA (or 0x9549FA) is known color: Blue Violet. HEX triplet: 95, 49 and FA. RGB value is (149,73,250). Sum of RGB (Red+Green+Blue) = 149+73+250=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #9549FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9549FA is #6AB605. Grayscale: #737373. Windows color (decimal): -6993414 or 16402837. OLE color: 16402837.

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

Color convert

RGB 149 73 250 -
CMYK 0.40 0.71 0 0.02
HSL 265.76º 0.95% 0.63% -
HSV(B) 265.76º 0.71% 0.98% -
XYZ 32.03 18.06 92.24 -
YUV 115.9 203.68 151.61 -
System Red Green Blue C M Y K H S L
Decimal 149 73 250 0.40 0.71 0 0.02 265.76 0.95 0.63
Hex 95 49 FA 28 47 0 2 10A 5F 3F
Octal 225 111 372 50 107 0 2 412 137 77
Binary 10010101 1001001 11111010 101000 1000111 0 10 100001010 1011111 111111

Color Harmonies of #9549FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9549FA

Black with #9549FA

Text Example


Text Example

White with #9549FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,73,250); }

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

background-color css

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

 a { background-color: rgb(149,73,250); }

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

border-color css

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

 span { border-color: rgb(149,73,250); }

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