#944095

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

Shades of Vivid Violet #944095

Tints of Vivid Violet #944095

Color information

#944095 (or 0x944095) is unknown color: approx Vivid Violet. HEX triplet: 94, 40 and 95. RGB value is (148,64,149). Sum of RGB (Red+Green+Blue) = 148+64+149=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #944095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944095 is #6BBF6A. Grayscale: #626262. Windows color (decimal): -7061355 or 9781396. OLE color: 9781396.

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

Color convert

RGB14864149-
CMYK0.010.5700.42
HSL299.29º39.91%41.76%-
HSV(B)299.29º57.05%58.43%-
XYZ19.4712.1329.75-
YUV98.81156.33163.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=41.00%
G=17.73%
B=41.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148641490.010.5700.42299.2939.9141.76
Hex94409513902A12b282a
Octal2241002251710524535052
Binary1001010010000001001010111110010101010100101011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944095; }

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

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

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

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

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

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

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

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