#90349A

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

Shades of Vivid Violet #90349A

Tints of Vivid Violet #90349A

Color information

#90349A (or 0x90349A) is unknown color: approx Vivid Violet. HEX triplet: 90, 34 and 9A. RGB value is (144,52,154). Sum of RGB (Red+Green+Blue) = 144+52+154=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #90349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90349A is #6FCB65. Grayscale: #5A5A5A. Windows color (decimal): -7326566 or 10106000. OLE color: 10106000.

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

Color convert

RGB14452154-
CMYK0.060.6600.40
HSL294.12º49.51%40.39%-
HSV(B)294.12º66.23%60.39%-
XYZ18.5610.7231.66-
YUV91.14163.48165.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 52 (20.70% from 255) = 14.86%
BLUE value IS 154 (60.55% from 255) = 44%
R=41.14%
G=14.86%
B=44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144521540.060.6600.40294.1249.5140.39
Hex90349A6420281263228
Octal2206423261020504466250
Binary100100001101001001101011010000100101000100100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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