Html Css Color HEX #9149F1 Blue Violet

📋 copy color: '#9149F1'

red 145 ◦ green 73 ◦ blue 241

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

Shades of Blue Violet #9149F1

Tints of Blue Violet #9149F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.51%

R = 31.59%
G = 15.9%
B = 52.51%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9149F1 (or 0x9149F1) is known color: Blue Violet. HEX triplet: 91, 49 and F1. RGB value is (145,73,241). Sum of RGB (Red+Green+Blue) = 145+73+241=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #9149F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9149F1 is #6EB60E. Grayscale: #717171. Windows color (decimal): -7255567 or 15813009. OLE color: 15813009.

HSL color Cylindrical-coordinate representation of color #9149F1: hue angle of 265.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9149F1 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 73 241 -
CMYK 0.40 0.70 0 0.05
HSL 265.71º 0.86% 0.62% -
HSV(B) 265.71º 0.7% 0.95% -
XYZ 29.94 17.14 84.95 -
YUV 113.68 199.85 150.34 -
System Red Green Blue C M Y K H S L
Decimal 145 73 241 0.40 0.70 0 0.05 265.71 0.86 0.62
Hex 91 49 F1 28 46 0 5 10A 56 3E
Octal 221 111 361 50 106 0 5 412 126 76
Binary 10010001 1001001 11110001 101000 1000110 0 101 100001010 1010110 111110

Color Harmonies of #9149F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149F1

Black with #9149F1

Text Example


Text Example

White with #9149F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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