#90378A

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

Shades of Vivid Violet #90378A

Tints of Vivid Violet #90378A

Color information

#90378A (or 0x90378A) is unknown color: approx Vivid Violet. HEX triplet: 90, 37 and 8A. RGB value is (144,55,138). Sum of RGB (Red+Green+Blue) = 144+55+138=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90378A is #6FC875. Grayscale: #5A5A5A. Windows color (decimal): -7325814 or 9058192. OLE color: 9058192.

HSL color Cylindrical-coordinate representation of color #90378A: hue angle of 304.04º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90378A is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14455138-
CMYK00.620.040.44
HSL304.04º44.72%39.02%-
HSV(B)304.04º61.81%56.47%-
XYZ17.4610.525.15-
YUV91.07154.49165.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=42.73%
G=16.32%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445513800.620.040.44304.0444.7239.02
Hex90378A03E42C1302d27
Octal220672120764544605547
Binary10010000110111100010100111110100101100100110000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90378A; }

 p { color: rgb(144,55,138); }

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

<style>
 a { background-color: #90378A; }

 a { background-color: rgb(144,55,138); }

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

<style>
 span { border-color: #90378A; }

 span { border-color: rgb(144,55,138); }

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