Html Css Color HEX #901EF9 Blue Violet

📋 copy color: '#901EF9'

red 144 ◦ green 30 ◦ blue 249

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

Shades of Blue Violet #901EF9

Tints of Blue Violet #901EF9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.09%

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

R = 34.04%
G = 7.09%
B = 58.87%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#901EF9 (or 0x901EF9) is known color: Blue Violet. HEX triplet: 90, 1E and F9. RGB value is (144,30,249). Sum of RGB (Red+Green+Blue) = 144+30+249=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #901EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901EF9 is #6FE106. Grayscale: #585858. Windows color (decimal): -7332103 or 16326288. OLE color: 16326288.

HSL color Cylindrical-coordinate representation of color #901EF9: hue angle of 271.23º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901EF9 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 30 249 -
CMYK 0.42 0.88 0 0.02
HSL 271.23º 0.95% 0.55% -
HSV(B) 271.23º 0.88% 0.98% -
XYZ 29.06 13.7 90.73 -
YUV 89.05 218.27 167.19 -
System Red Green Blue C M Y K H S L
Decimal 144 30 249 0.42 0.88 0 0.02 271.23 0.95 0.55
Hex 90 1E F9 2A 58 0 2 10F 5F 37
Octal 220 36 371 52 130 0 2 417 137 67
Binary 10010000 11110 11111001 101010 1011000 0 10 100001111 1011111 110111

Color Harmonies of #901EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901EF9

Black with #901EF9

Text Example


Text Example

White with #901EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901EF9; }

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

 H1.HeaderClassName
 {
   color: #901EF9;
 }
 .AnyTagClassName
 {
   color: #901EF9;
 }
</style>

background-color css

<style>
 a { background-color: #901EF9; }

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

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

border-color css

<style>
 span { border-color: #901EF9; }

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

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