#90468D

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

Shades of Vivid Violet #90468D

Tints of Vivid Violet #90468D

Color information

#90468D (or 0x90468D) is unknown color: approx Vivid Violet. HEX triplet: 90, 46 and 8D. RGB value is (144,70,141). Sum of RGB (Red+Green+Blue) = 144+70+141=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90468D is #6FB972. Grayscale: #646464. Windows color (decimal): -7321971 or 9258640. OLE color: 9258640.

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

Color convert

RGB14470141-
CMYK00.510.020.44
HSL302.43º34.58%41.96%-
HSV(B)302.43º51.39%56.47%-
XYZ18.512.2326.59-
YUV100.22151.02159.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=40.56%
G=19.72%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447014100.510.020.44302.4334.5841.96
Hex90468D03322C12e232a
Octal2201062150632544564352
Binary10010000100011010001101011001110101100100101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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