#90478D

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

Shades of Vivid Violet #90478D

Tints of Vivid Violet #90478D

Color information

#90478D (or 0x90478D) is unknown color: approx Vivid Violet. HEX triplet: 90, 47 and 8D. RGB value is (144,71,141). Sum of RGB (Red+Green+Blue) = 144+71+141=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90478D is #6FB872. Grayscale: #646464. Windows color (decimal): -7321715 or 9258896. OLE color: 9258896.

HSL color Cylindrical-coordinate representation of color #90478D: hue angle of 302.47º degrees, saturation: 0.34, 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 #90478D is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14471141-
CMYK00.510.020.44
HSL302.47º33.95%42.16%-
HSV(B)302.47º50.69%56.47%-
XYZ18.5612.3626.61-
YUV100.81150.68158.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=40.45%
G=19.94%
B=39.61%

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
Decimal1447114100.510.020.44302.4733.9542.16
Hex90478D03322C12e222a
Octal2201072150632544564252
Binary10010000100011110001101011001110101100100101110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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