#90368A

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

Shades of Vivid Violet #90368A

Tints of Vivid Violet #90368A

Color information

#90368A (or 0x90368A) is unknown color: approx Vivid Violet. HEX triplet: 90, 36 and 8A. RGB value is (144,54,138). Sum of RGB (Red+Green+Blue) = 144+54+138=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90368A is #6FC975. Grayscale: #5A5A5A. Windows color (decimal): -7326070 or 9057936. OLE color: 9057936.

HSL color Cylindrical-coordinate representation of color #90368A: hue angle of 304º 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 #90368A is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14454138-
CMYK00.630.040.44
HSL304º45.45%38.82%-
HSV(B)304º62.5%56.47%-
XYZ17.4110.425.14-
YUV90.49154.82166.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=42.86%
G=16.07%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445413800.630.040.4430445.4538.82
Hex90368A03F42C1302d27
Octal220662120774544605547
Binary10010000110110100010100111111100101100100110000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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