Html Css Color HEX #901ADD Blue Violet

📋 copy color: '#901ADD'

red 144 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #901ADD

Tints of Blue Violet #901ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

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

R = 36.83%
G = 6.65%
B = 56.52%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#901ADD (or 0x901ADD) is known color: Blue Violet. HEX triplet: 90, 1A and DD. RGB value is (144,26,221). Sum of RGB (Red+Green+Blue) = 144+26+221=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #901ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ADD is #6FE522. Grayscale: #525252. Windows color (decimal): -7333155 or 14490256. OLE color: 14490256.

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

Color convert

RGB 144 26 221 -
CMYK 0.35 0.88 0 0.13
HSL 276.31º 0.79% 0.48% -
HSV(B) 276.31º 0.88% 0.87% -
XYZ 24.92 11.89 69.39 -
YUV 83.51 205.59 171.14 -
System Red Green Blue C M Y K H S L
Decimal 144 26 221 0.35 0.88 0 0.13 276.31 0.79 0.48
Hex 90 1A DD 23 58 0 D 114 4F 30
Octal 220 32 335 43 130 0 15 424 117 60
Binary 10010000 11010 11011101 100011 1011000 0 1101 100010100 1001111 110000

Color Harmonies of #901ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901ADD

Black with #901ADD

Text Example


Text Example

White with #901ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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