#90389E

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

Shades of Vivid Violet #90389E

Tints of Vivid Violet #90389E

Color information

#90389E (or 0x90389E) is unknown color: approx Vivid Violet. HEX triplet: 90, 38 and 9E. RGB value is (144,56,158). Sum of RGB (Red+Green+Blue) = 144+56+158=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #90389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90389E is #6FC761. Grayscale: #5D5D5D. Windows color (decimal): -7325538 or 10369168. OLE color: 10369168.

HSL color Cylindrical-coordinate representation of color #90389E: hue angle of 291.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90389E is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14456158-
CMYK0.090.6500.38
HSL291.76º47.66%41.96%-
HSV(B)291.76º64.56%61.96%-
XYZ19.0911.2333.51-
YUV93.94164.15163.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=40.22%
G=15.64%
B=44.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144561580.090.6500.38291.7647.6641.96
Hex90389E941026124302a
Octal22070236111010464446052
Binary1001000011100010011110100110000010100110100100100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90389E; }

 p { color: rgb(144,56,158); }

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

<style>
 a { background-color: #90389E; }

 a { background-color: rgb(144,56,158); }

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

<style>
 span { border-color: #90389E; }

 span { border-color: rgb(144,56,158); }

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