#90389D

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

Shades of Vivid Violet #90389D

Tints of Vivid Violet #90389D

Color information

#90389D (or 0x90389D) is unknown color: approx Vivid Violet. HEX triplet: 90, 38 and 9D. RGB value is (144,56,157). Sum of RGB (Red+Green+Blue) = 144+56+157=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #90389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90389D is #6FC762. Grayscale: #5D5D5D. Windows color (decimal): -7325539 or 10303632. OLE color: 10303632.

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

Color convert

RGB14456157-
CMYK0.080.6400.38
HSL292.28º47.42%41.76%-
HSV(B)292.28º64.33%61.57%-
XYZ1911.1933.06-
YUV93.83163.65163.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=40.34%
G=15.69%
B=43.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144561570.080.6400.38292.2847.4241.76
Hex90389D8400261242f2a
Octal22070235101000464445752
Binary1001000011100010011101100010000000100110100100100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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