#90348C

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

Shades of Vivid Violet #90348C

Tints of Vivid Violet #90348C

Color information

#90348C (or 0x90348C) is unknown color: approx Vivid Violet. HEX triplet: 90, 34 and 8C. RGB value is (144,52,140). Sum of RGB (Red+Green+Blue) = 144+52+140=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90348C is #6FCB73. Grayscale: #595959. Windows color (decimal): -7326580 or 9188496. OLE color: 9188496.

HSL color Cylindrical-coordinate representation of color #90348C: hue angle of 302.61º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90348C is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14452140-
CMYK00.640.030.44
HSL302.61º46.94%38.43%-
HSV(B)302.61º63.89%56.47%-
XYZ17.4610.2825.87-
YUV89.54156.48166.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=42.86%
G=15.48%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445214000.640.030.44302.6146.9438.43
Hex90348C04032C12f2f26
Octal2206421401003544575746
Binary10010000110100100011000100000011101100100101111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90348C; }

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

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

<style>
 a { background-color: #90348C; }

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

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

<style>
 span { border-color: #90348C; }

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

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