#90338C

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

Shades of Vivid Violet #90338C

Tints of Vivid Violet #90338C

Color information

#90338C (or 0x90338C) is unknown color: approx Vivid Violet. HEX triplet: 90, 33 and 8C. RGB value is (144,51,140). Sum of RGB (Red+Green+Blue) = 144+51+140=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90338C is #6FCC73. Grayscale: #585858. Windows color (decimal): -7326836 or 9188240. OLE color: 9188240.

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

Color convert

RGB14451140-
CMYK00.650.030.44
HSL302.58º47.69%38.24%-
HSV(B)302.58º64.58%56.47%-
XYZ17.4210.1925.86-
YUV88.95156.81167.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=42.99%
G=15.22%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445114000.650.030.44302.5847.6938.24
Hex90338C04132C12f3026
Octal2206321401013544576046
Binary10010000110011100011000100000111101100100101111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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