Html Css Color HEX #9031F9 Blue Violet

📋 copy color: '#9031F9'

red 144 ◦ green 49 ◦ blue 249

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

Shades of Blue Violet #9031F9

Tints of Blue Violet #9031F9

RGB

 RED value IS 144 (56.64% from 255) = 32.58%

 GREEN value IS 49 (19.53% from 255) = 11.09%

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 32.58%
G = 11.09%
B = 56.33%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9031F9 (or 0x9031F9) is known color: Blue Violet. HEX triplet: 90, 31 and F9. RGB value is (144,49,249). Sum of RGB (Red+Green+Blue) = 144+49+249=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #9031F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9031F9 is #6FCE06. Grayscale: #636363. Windows color (decimal): -7327239 or 16331152. OLE color: 16331152.

HSL color Cylindrical-coordinate representation of color #9031F9: hue angle of 268.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9031F9 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 49 249 -
CMYK 0.42 0.80 0 0.02
HSL 268.5º 0.94% 0.58% -
HSV(B) 268.5º 0.8% 0.98% -
XYZ 29.7 14.97 90.95 -
YUV 100.21 211.97 159.24 -
System Red Green Blue C M Y K H S L
Decimal 144 49 249 0.42 0.80 0 0.02 268.5 0.94 0.58
Hex 90 31 F9 2A 50 0 2 10C 5E 3A
Octal 220 61 371 52 120 0 2 414 136 72
Binary 10010000 110001 11111001 101010 1010000 0 10 100001100 1011110 111010

Color Harmonies of #9031F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9031F9

Black with #9031F9

Text Example


Text Example

White with #9031F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9031F9; }

 p { color: rgb(144,49,249); }

 H1.HeaderClassName
 {
   color: #9031F9;
 }
 .AnyTagClassName
 {
   color: #9031F9;
 }
</style>

background-color css

<style>
 a { background-color: #9031F9; }

 a { background-color: rgb(144,49,249); }

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

border-color css

<style>
 span { border-color: #9031F9; }

 span { border-color: rgb(144,49,249); }

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