#90438D

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

Shades of Vivid Violet #90438D

Tints of Vivid Violet #90438D

Color information

#90438D (or 0x90438D) is unknown color: approx Vivid Violet. HEX triplet: 90, 43 and 8D. RGB value is (144,67,141). Sum of RGB (Red+Green+Blue) = 144+67+141=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90438D is #6FBC72. Grayscale: #626262. Windows color (decimal): -7322739 or 9257872. OLE color: 9257872.

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

Color convert

RGB14467141-
CMYK00.530.020.44
HSL302.34º36.49%41.37%-
HSV(B)302.34º53.47%56.47%-
XYZ18.3211.8726.52-
YUV98.46152.01160.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=40.91%
G=19.03%
B=40.06%

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
Decimal1446714100.530.020.44302.3436.4941.37
Hex90438D03522C12e2429
Octal2201032150652544564451
Binary10010000100001110001101011010110101100100101110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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