Html Css Color HEX #901EF1 Blue Violet

📋 copy color: '#901EF1'

red 144 ◦ green 30 ◦ blue 241

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

Shades of Blue Violet #901EF1

Tints of Blue Violet #901EF1

RGB

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

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

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

R = 34.7%
G = 7.23%
B = 58.07%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#901EF1 (or 0x901EF1) is known color: Blue Violet. HEX triplet: 90, 1E and F1. RGB value is (144,30,241). Sum of RGB (Red+Green+Blue) = 144+30+241=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #901EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #901EF1 is #6FE10E. Grayscale: #575757. Windows color (decimal): -7332111 or 15802000. OLE color: 15802000.

HSL color Cylindrical-coordinate representation of color #901EF1: hue angle of 272.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901EF1 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 30 241 -
CMYK 0.40 0.88 0 0.05
HSL 272.42º 0.88% 0.53% -
HSV(B) 272.42º 0.88% 0.95% -
XYZ 27.84 13.21 84.3 -
YUV 88.14 214.27 167.84 -
System Red Green Blue C M Y K H S L
Decimal 144 30 241 0.40 0.88 0 0.05 272.42 0.88 0.53
Hex 90 1E F1 28 58 0 5 110 58 35
Octal 220 36 361 50 130 0 5 420 130 65
Binary 10010000 11110 11110001 101000 1011000 0 101 100010000 1011000 110101

Color Harmonies of #901EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901EF1

Black with #901EF1

Text Example


Text Example

White with #901EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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