#90368F

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

Shades of Vivid Violet #90368F

Tints of Vivid Violet #90368F

Color information

#90368F (or 0x90368F) is unknown color: approx Vivid Violet. HEX triplet: 90, 36 and 8F. RGB value is (144,54,143). Sum of RGB (Red+Green+Blue) = 144+54+143=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #90368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90368F is #6FC970. Grayscale: #5A5A5A. Windows color (decimal): -7326065 or 9385616. OLE color: 9385616.

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

Color convert

RGB14454143-
CMYK00.630.010.44
HSL300.67º45.45%38.82%-
HSV(B)300.67º62.5%56.47%-
XYZ17.7810.5527.09-
YUV91.06157.32165.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 143 (56.25% from 255) = 41.94%
R=42.23%
G=15.84%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445414300.630.010.44300.6745.4538.82
Hex90368F03F12C12d2d27
Octal220662170771544555547
Binary100100001101101000111101111111101100100101101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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