Html Css Color HEX #901FE1 Blue Violet

📋 copy color: '#901FE1'

red 144 ◦ green 31 ◦ blue 225

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

Shades of Blue Violet #901FE1

Tints of Blue Violet #901FE1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.75%

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 36%
G = 7.75%
B = 56.25%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#901FE1 (or 0x901FE1) is known color: Blue Violet. HEX triplet: 90, 1F and E1. RGB value is (144,31,225). Sum of RGB (Red+Green+Blue) = 144+31+225=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #901FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FE1 is #6FE01E. Grayscale: #565656. Windows color (decimal): -7331871 or 14753680. OLE color: 14753680.

HSL color Cylindrical-coordinate representation of color #901FE1: hue angle of 274.95º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901FE1 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 31 225 -
CMYK 0.36 0.86 0 0.12
HSL 274.95º 0.76% 0.5% -
HSV(B) 274.95º 0.86% 0.88% -
XYZ 25.58 12.35 72.27 -
YUV 86.9 205.94 168.73 -
System Red Green Blue C M Y K H S L
Decimal 144 31 225 0.36 0.86 0 0.12 274.95 0.76 0.5
Hex 90 1F E1 24 56 0 C 113 4C 32
Octal 220 37 341 44 126 0 14 423 114 62
Binary 10010000 11111 11100001 100100 1010110 0 1100 100010011 1001100 110010

Color Harmonies of #901FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901FE1

Black with #901FE1

Text Example


Text Example

White with #901FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,31,225); }

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

background-color css

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

 a { background-color: rgb(144,31,225); }

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

border-color css

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

 span { border-color: rgb(144,31,225); }

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