#90348B

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

Shades of Vivid Violet #90348B

Tints of Vivid Violet #90348B

Color information

#90348B (or 0x90348B) is unknown color: approx Vivid Violet. HEX triplet: 90, 34 and 8B. RGB value is (144,52,139). Sum of RGB (Red+Green+Blue) = 144+52+139=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90348B is #6FCB74. Grayscale: #595959. Windows color (decimal): -7326581 or 9122960. OLE color: 9122960.

HSL color Cylindrical-coordinate representation of color #90348B: hue angle of 303.26º 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 #90348B is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14452139-
CMYK00.640.030.44
HSL303.26º46.94%38.43%-
HSV(B)303.26º63.89%56.47%-
XYZ17.3910.2525.49-
YUV89.43155.98166.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=42.99%
G=15.52%
B=41.49%

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
Decimal1445213900.640.030.44303.2646.9438.43
Hex90348B04032C12f2f26
Octal2206421301003544575746
Binary10010000110100100010110100000011101100100101111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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