#942595

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

Shades of Vivid Violet #942595

Tints of Vivid Violet #942595

Color information

#942595 (or 0x942595) is unknown color: approx Vivid Violet. HEX triplet: 94, 25 and 95. RGB value is (148,37,149). Sum of RGB (Red+Green+Blue) = 148+37+149=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #942595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942595 is #6BDA6A. Grayscale: #525252. Windows color (decimal): -7068267 or 9774484. OLE color: 9774484.

HSL color Cylindrical-coordinate representation of color #942595: hue angle of 299.46º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942595 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14837149-
CMYK0.010.7500.42
HSL299.46º60.22%36.47%-
HSV(B)299.46º75.17%58.43%-
XYZ18.39.7929.36-
YUV82.96165.27174.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 37 (14.84% from 255) = 11.08%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=44.31%
G=11.08%
B=44.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148371490.010.7500.42299.4660.2236.47
Hex94259514B02A12b3c24
Octal2244522511130524537444
Binary1001010010010110010101110010110101010100101011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942595; }

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

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

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

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

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

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

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

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