Html Css Color HEX #901EDD Blue Violet

📋 copy color: '#901EDD'

red 144 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #901EDD

Tints of Blue Violet #901EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 36.46%
G = 7.59%
B = 55.95%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#901EDD (or 0x901EDD) is known color: Blue Violet. HEX triplet: 90, 1E and DD. RGB value is (144,30,221). Sum of RGB (Red+Green+Blue) = 144+30+221=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #901EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EDD is #6FE122. Grayscale: #555555. Windows color (decimal): -7332131 or 14491280. OLE color: 14491280.

HSL color Cylindrical-coordinate representation of color #901EDD: hue angle of 275.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901EDD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 30 221 -
CMYK 0.35 0.86 0 0.13
HSL 275.81º 0.76% 0.49% -
HSV(B) 275.81º 0.86% 0.87% -
XYZ 25.02 12.08 69.42 -
YUV 85.86 204.27 169.47 -
System Red Green Blue C M Y K H S L
Decimal 144 30 221 0.35 0.86 0 0.13 275.81 0.76 0.49
Hex 90 1E DD 23 56 0 D 114 4C 31
Octal 220 36 335 43 126 0 15 424 114 61
Binary 10010000 11110 11011101 100011 1010110 0 1101 100010100 1001100 110001

Color Harmonies of #901EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901EDD

Black with #901EDD

Text Example


Text Example

White with #901EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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