#90369B

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

Shades of Vivid Violet #90369B

Tints of Vivid Violet #90369B

Color information

#90369B (or 0x90369B) is unknown color: approx Vivid Violet. HEX triplet: 90, 36 and 9B. RGB value is (144,54,155). Sum of RGB (Red+Green+Blue) = 144+54+155=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #90369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90369B is #6FC964. Grayscale: #5C5C5C. Windows color (decimal): -7326053 or 10172048. OLE color: 10172048.

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

Color convert

RGB14454155-
CMYK0.070.6500.39
HSL293.47º48.33%40.98%-
HSV(B)293.47º65.16%60.78%-
XYZ18.7410.9332.13-
YUV92.42163.32164.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 54 (21.48% from 255) = 15.30%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=40.79%
G=15.30%
B=43.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144541550.070.6500.39293.4748.3340.98
Hex90369B7410271253029
Octal2206623371010474456051
Binary100100001101101001101111110000010100111100100101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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