Html Css Color HEX #9031AB Vivid Violet

📋 copy color: '#9031AB'

red 144 ◦ green 49 ◦ blue 171

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

Shades of Vivid Violet #9031AB

Tints of Vivid Violet #9031AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.46%

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

R = 39.56%
G = 13.46%
B = 46.98%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9031AB (or 0x9031AB) is known color: Vivid Violet. HEX triplet: 90, 31 and AB. RGB value is (144,49,171). Sum of RGB (Red+Green+Blue) = 144+49+171=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #9031AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9031AB is #6FCE54. Grayscale: #5A5A5A. Windows color (decimal): -7327317 or 11219344. OLE color: 11219344.

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

Color convert

RGB 144 49 171 -
CMYK 0.16 0.71 0 0.33
HSL 286.72º 0.55% 0.43% -
HSV(B) 286.72º 0.71% 0.67% -
XYZ 19.95 11.07 39.61 -
YUV 91.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 144 49 171 0.16 0.71 0 0.33 286.72 0.55 0.43
Hex 90 31 AB 10 47 0 21 11F 37 2B
Octal 220 61 253 20 107 0 41 437 67 53
Binary 10010000 110001 10101011 10000 1000111 0 100001 100011111 110111 101011

Color Harmonies of #9031AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9031AB

Black with #9031AB

Text Example


Text Example

White with #9031AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9031AB; }

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

 H1.HeaderClassName
 {
   color: #9031AB;
 }
 .AnyTagClassName
 {
   color: #9031AB;
 }
</style>

background-color css

<style>
 a { background-color: #9031AB; }

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

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

border-color css

<style>
 span { border-color: #9031AB; }

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

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