#90388E

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

Shades of Vivid Violet #90388E

Tints of Vivid Violet #90388E

Color information

#90388E (or 0x90388E) is unknown color: approx Vivid Violet. HEX triplet: 90, 38 and 8E. RGB value is (144,56,142). Sum of RGB (Red+Green+Blue) = 144+56+142=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #90388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90388E is #6FC771. Grayscale: #5B5B5B. Windows color (decimal): -7325554 or 9320592. OLE color: 9320592.

HSL color Cylindrical-coordinate representation of color #90388E: hue angle of 301.36º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90388E is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14456142-
CMYK00.610.010.44
HSL301.36º44%39.22%-
HSV(B)301.36º61.11%56.47%-
XYZ17.810.7126.72-
YUV92.12156.15165.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 56 (22.27% from 255) = 16.37%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=42.11%
G=16.37%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445614200.610.010.44301.364439.22
Hex90388E03D12C12d2c27
Octal220702160751544555447
Binary100100001110001000111001111011101100100101101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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