Html Css Color HEX #9149FA Blue Violet

📋 copy color: '#9149FA'

red 145 ◦ green 73 ◦ blue 250

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

Shades of Blue Violet #9149FA

Tints of Blue Violet #9149FA

RGB

 RED value IS 145 (57.03% from 255) = 30.98%

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

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

R = 30.98%
G = 15.6%
B = 53.42%

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

#9149FA (or 0x9149FA) is known color: Blue Violet. HEX triplet: 91, 49 and FA. RGB value is (145,73,250). Sum of RGB (Red+Green+Blue) = 145+73+250=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #9149FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9149FA is #6EB605. Grayscale: #727272. Windows color (decimal): -7255558 or 16402833. OLE color: 16402833.

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

Color convert

RGB 145 73 250 -
CMYK 0.42 0.71 0 0.02
HSL 264.41º 0.95% 0.63% -
HSV(B) 264.41º 0.71% 0.98% -
XYZ 31.31 17.69 92.21 -
YUV 114.71 204.35 149.61 -
System Red Green Blue C M Y K H S L
Decimal 145 73 250 0.42 0.71 0 0.02 264.41 0.95 0.63
Hex 91 49 FA 2A 47 0 2 108 5F 3F
Octal 221 111 372 52 107 0 2 410 137 77
Binary 10010001 1001001 11111010 101010 1000111 0 10 100001000 1011111 111111

Color Harmonies of #9149FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149FA

Black with #9149FA

Text Example


Text Example

White with #9149FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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