Html Css Color HEX #901DAB Vivid Violet

📋 copy color: '#901DAB'

red 144 ◦ green 29 ◦ blue 171

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

Shades of Vivid Violet #901DAB

Tints of Vivid Violet #901DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.43%

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 41.86%
G = 8.43%
B = 49.71%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#901DAB (or 0x901DAB) is known color: Vivid Violet. HEX triplet: 90, 1D and AB. RGB value is (144,29,171). Sum of RGB (Red+Green+Blue) = 144+29+171=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #901DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901DAB is #6FE254. Grayscale: #4F4F4F. Windows color (decimal): -7332437 or 11214224. OLE color: 11214224.

HSL color Cylindrical-coordinate representation of color #901DAB: hue angle of 288.59º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901DAB is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 29 171 -
CMYK 0.16 0.83 0 0.33
HSL 288.59º 0.71% 0.39% -
HSV(B) 288.59º 0.83% 0.67% -
XYZ 19.29 9.75 39.39 -
YUV 79.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 144 29 171 0.16 0.83 0 0.33 288.59 0.71 0.39
Hex 90 1D AB 10 53 0 21 121 47 27
Octal 220 35 253 20 123 0 41 441 107 47
Binary 10010000 11101 10101011 10000 1010011 0 100001 100100001 1000111 100111

Color Harmonies of #901DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901DAB

Black with #901DAB

Text Example


Text Example

White with #901DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,29,171); }

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

background-color css

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

 a { background-color: rgb(144,29,171); }

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

border-color css

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

 span { border-color: rgb(144,29,171); }

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