#90279B

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

Shades of Vivid Violet #90279B

Tints of Vivid Violet #90279B

Color information

#90279B (or 0x90279B) is unknown color: approx Vivid Violet. HEX triplet: 90, 27 and 9B. RGB value is (144,39,155). Sum of RGB (Red+Green+Blue) = 144+39+155=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #90279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90279B is #6FD864. Grayscale: #535353. Windows color (decimal): -7329893 or 10168208. OLE color: 10168208.

HSL color Cylindrical-coordinate representation of color #90279B: hue angle of 294.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90279B is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14439155-
CMYK0.070.7500.39
HSL294.31º59.79%38.04%-
HSV(B)294.31º74.84%60.78%-
XYZ18.149.7531.94-
YUV83.62168.29171.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 39 (15.62% from 255) = 11.54%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=42.60%
G=11.54%
B=45.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144391550.070.7500.39294.3159.7938.04
Hex90279B74B0271263c26
Octal2204723371130474467446
Binary100100001001111001101111110010110100111100100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90279B; }

 p { color: rgb(144,39,155); }

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

<style>
 a { background-color: #90279B; }

 a { background-color: rgb(144,39,155); }

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

<style>
 span { border-color: #90279B; }

 span { border-color: rgb(144,39,155); }

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