#90349D

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

Shades of Vivid Violet #90349D

Tints of Vivid Violet #90349D

Color information

#90349D (or 0x90349D) is unknown color: approx Vivid Violet. HEX triplet: 90, 34 and 9D. RGB value is (144,52,157). Sum of RGB (Red+Green+Blue) = 144+52+157=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #90349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90349D is #6FCB62. Grayscale: #5B5B5B. Windows color (decimal): -7326563 or 10302608. OLE color: 10302608.

HSL color Cylindrical-coordinate representation of color #90349D: hue angle of 292.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90349D is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14452157-
CMYK0.080.6700.38
HSL292.57º50.24%40.98%-
HSV(B)292.57º66.88%61.57%-
XYZ18.8210.8233-
YUV91.48164.98165.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=40.79%
G=14.73%
B=44.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144521570.080.6700.38292.5750.2440.98
Hex90349D8430261253229
Octal22064235101030464456251
Binary1001000011010010011101100010000110100110100100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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