#90388F

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

Shades of Vivid Violet #90388F

Tints of Vivid Violet #90388F

Color information

#90388F (or 0x90388F) is unknown color: approx Vivid Violet. HEX triplet: 90, 38 and 8F. RGB value is (144,56,143). Sum of RGB (Red+Green+Blue) = 144+56+143=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #90388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90388F is #6FC770. Grayscale: #5B5B5B. Windows color (decimal): -7325553 or 9386128. OLE color: 9386128.

HSL color Cylindrical-coordinate representation of color #90388F: hue angle of 300.68º 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 #90388F is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14456143-
CMYK00.610.010.44
HSL300.68º44%39.22%-
HSV(B)300.68º61.11%56.47%-
XYZ17.8710.7427.12-
YUV92.23156.65164.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.98%
GREEN value IS 56 (22.27% from 255) = 16.33%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=41.98%
G=16.33%
B=41.69%

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
Decimal1445614300.610.010.44300.684439.22
Hex90388F03D12C12d2c27
Octal220702170751544555447
Binary100100001110001000111101111011101100100101101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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