Html Css Color HEX #9149FD Blue Violet

📋 copy color: '#9149FD'

red 145 ◦ green 73 ◦ blue 253

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

Shades of Blue Violet #9149FD

Tints of Blue Violet #9149FD

RGB

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

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

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

R = 30.79%
G = 15.5%
B = 53.72%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9149FD (or 0x9149FD) is known color: Blue Violet. HEX triplet: 91, 49 and FD. RGB value is (145,73,253). Sum of RGB (Red+Green+Blue) = 145+73+253=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #9149FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9149FD is #6EB602. Grayscale: #727272. Windows color (decimal): -7255555 or 16599441. OLE color: 16599441.

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

Color convert

RGB 145 73 253 -
CMYK 0.43 0.71 0 0.01
HSL 264º 0.98% 0.64% -
HSV(B) 264º 0.71% 0.99% -
XYZ 31.79 17.88 94.7 -
YUV 115.05 205.85 149.36 -
System Red Green Blue C M Y K H S L
Decimal 145 73 253 0.43 0.71 0 0.01 264 0.98 0.64
Hex 91 49 FD 2B 47 0 1 108 62 40
Octal 221 111 375 53 107 0 1 410 142 100
Binary 10010001 1001001 11111101 101011 1000111 0 1 100001000 1100010 1000000

Color Harmonies of #9149FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149FD

Black with #9149FD

Text Example


Text Example

White with #9149FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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