#90449A

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

Shades of Vivid Violet #90449A

Tints of Vivid Violet #90449A

Color information

#90449A (or 0x90449A) is unknown color: approx Vivid Violet. HEX triplet: 90, 44 and 9A. RGB value is (144,68,154). Sum of RGB (Red+Green+Blue) = 144+68+154=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #90449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90449A is #6FBB65. Grayscale: #646464. Windows color (decimal): -7322470 or 10110096. OLE color: 10110096.

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

Color convert

RGB14468154-
CMYK0.060.5600.40
HSL293.02º38.74%43.53%-
HSV(B)293.02º55.84%60.39%-
XYZ19.412.431.94-
YUV100.53158.18159.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.34%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=39.34%
G=18.58%
B=42.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144681540.060.5600.40293.0238.7443.53
Hex90449A638028125272c
Octal2201042326700504454754
Binary100100001000100100110101101110000101000100100101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,68,154); }

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

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

 a { background-color: rgb(144,68,154); }

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

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

 span { border-color: rgb(144,68,154); }

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