#954095

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

Shades of Vivid Violet #954095

Tints of Vivid Violet #954095

Color information

#954095 (or 0x954095) is unknown color: approx Vivid Violet. HEX triplet: 95, 40 and 95. RGB value is (149,64,149). Sum of RGB (Red+Green+Blue) = 149+64+149=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #954095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954095 is #6ABF6A. Grayscale: #626262. Windows color (decimal): -6995819 or 9781397. OLE color: 9781397.

HSL color Cylindrical-coordinate representation of color #954095: hue angle of 300º 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 #954095 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14964149-
CMYK00.5700.42
HSL300º39.91%41.76%-
HSV(B)300º57.05%58.43%-
XYZ19.6512.2329.76-
YUV99.1156.16163.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=41.16%
G=17.68%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496414900.5700.4230039.9141.76
Hex95409503902A12c282a
Octal2251002250710524545052
Binary1001010110000001001010101110010101010100101100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954095; }

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

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

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

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

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

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

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

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