#90448D

Color #90448D Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #90448D

Tints of Vivid Violet #90448D

Color information

#90448D (or 0x90448D) is unknown color: approx Vivid Violet. HEX triplet: 90, 44 and 8D. RGB value is (144,68,141). Sum of RGB (Red+Green+Blue) = 144+68+141=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90448D is #6FBB72. Grayscale: #626262. Windows color (decimal): -7322483 or 9258128. OLE color: 9258128.

HSL color Cylindrical-coordinate representation of color #90448D: hue angle of 302.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90448D is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14468141-
CMYK00.530.020.44
HSL302.37º35.85%41.57%-
HSV(B)302.37º52.78%56.47%-
XYZ18.3811.9926.54-
YUV99.05151.68160.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 68 (26.95% from 255) = 19.26%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=40.79%
G=19.26%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446814100.530.020.44302.3735.8541.57
Hex90448D03522C12e242a
Octal2201042150652544564452
Binary10010000100010010001101011010110101100100101110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90448D; }

 p { color: rgb(144,68,141); }

 H1.HeaderClassName
 {
   color: #90448D;
 }
 .AnyTagClassName
 {
   color: #90448D;
 }
</style>
background-color css

<style>
 a { background-color: #90448D; }

 a { background-color: rgb(144,68,141); }

 div.DivClassName
 {
   background-color: #90448D;
 }
 .BgClassName
 {
   background-color: #90448D;
 }
</style>
border-color css

<style>
 span { border-color: #90448D; }

 span { border-color: rgb(144,68,141); }

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