#942599

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

Shades of Vivid Violet #942599

Tints of Vivid Violet #942599

Color information

#942599 (or 0x942599) is unknown color: approx Vivid Violet. HEX triplet: 94, 25 and 99. RGB value is (148,37,153). Sum of RGB (Red+Green+Blue) = 148+37+153=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #942599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942599 is #6BDA66. Grayscale: #535353. Windows color (decimal): -7068263 or 10036628. OLE color: 10036628.

HSL color Cylindrical-coordinate representation of color #942599: hue angle of 297.41º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942599 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14837153-
CMYK0.030.7600.4
HSL297.41º61.05%37.25%-
HSV(B)297.41º75.82%60%-
XYZ18.629.9231.07-
YUV83.41167.27174.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 37 (14.84% from 255) = 10.95%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=43.79%
G=10.95%
B=45.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148371530.030.7600.4297.4161.0537.25
Hex94259934C0281293d25
Octal2244523131140504517545
Binary10010100100101100110011110011000101000100101001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942599; }

 p { color: rgb(148,37,153); }

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

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

 a { background-color: rgb(148,37,153); }

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

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

 span { border-color: rgb(148,37,153); }

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