Html Css Color HEX #9548FA Blue Violet

📋 copy color: '#9548FA'

red 149 ◦ green 72 ◦ blue 250

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

Shades of Blue Violet #9548FA

Tints of Blue Violet #9548FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.29%

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

R = 31.63%
G = 15.29%
B = 53.08%

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

#9548FA (or 0x9548FA) is known color: Blue Violet. HEX triplet: 95, 48 and FA. RGB value is (149,72,250). Sum of RGB (Red+Green+Blue) = 149+72+250=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #9548FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9548FA is #6AB705. Grayscale: #727272. Windows color (decimal): -6993670 or 16402581. OLE color: 16402581.

HSL color Cylindrical-coordinate representation of color #9548FA: hue angle of 265.96º 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 #9548FA is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 72 250 -
CMYK 0.40 0.71 0 0.02
HSL 265.96º 0.95% 0.63% -
HSV(B) 265.96º 0.71% 0.98% -
XYZ 31.97 17.93 92.22 -
YUV 115.32 204.01 152.03 -
System Red Green Blue C M Y K H S L
Decimal 149 72 250 0.40 0.71 0 0.02 265.96 0.95 0.63
Hex 95 48 FA 28 47 0 2 10A 5F 3F
Octal 225 110 372 50 107 0 2 412 137 77
Binary 10010101 1001000 11111010 101000 1000111 0 10 100001010 1011111 111111

Color Harmonies of #9548FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548FA

Black with #9548FA

Text Example


Text Example

White with #9548FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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