Html Css Color HEX #901CE1 Blue Violet

📋 copy color: '#901CE1'

red 144 ◦ green 28 ◦ blue 225

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

Shades of Blue Violet #901CE1

Tints of Blue Violet #901CE1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.05%

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

R = 36.27%
G = 7.05%
B = 56.68%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#901CE1 (or 0x901CE1) is known color: Blue Violet. HEX triplet: 90, 1C and E1. RGB value is (144,28,225). Sum of RGB (Red+Green+Blue) = 144+28+225=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #901CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CE1 is #6FE31E. Grayscale: #545454. Windows color (decimal): -7332639 or 14752912. OLE color: 14752912.

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

Color convert

RGB 144 28 225 -
CMYK 0.36 0.88 0 0.12
HSL 275.33º 0.78% 0.5% -
HSV(B) 275.33º 0.88% 0.88% -
XYZ 25.51 12.2 72.24 -
YUV 85.14 206.93 169.98 -
System Red Green Blue C M Y K H S L
Decimal 144 28 225 0.36 0.88 0 0.12 275.33 0.78 0.5
Hex 90 1C E1 24 58 0 C 113 4E 32
Octal 220 34 341 44 130 0 14 423 116 62
Binary 10010000 11100 11100001 100100 1011000 0 1100 100010011 1001110 110010

Color Harmonies of #901CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901CE1

Black with #901CE1

Text Example


Text Example

White with #901CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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