#95418A

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

Shades of Vivid Violet #95418A

Tints of Vivid Violet #95418A

Color information

#95418A (or 0x95418A) is unknown color: approx Vivid Violet. HEX triplet: 95, 41 and 8A. RGB value is (149,65,138). Sum of RGB (Red+Green+Blue) = 149+65+138=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #95418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95418A is #6ABE75. Grayscale: #626262. Windows color (decimal): -6995574 or 9060757. OLE color: 9060757.

HSL color Cylindrical-coordinate representation of color #95418A: hue angle of 307.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95418A is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14965138-
CMYK00.560.070.42
HSL307.86º39.25%41.96%-
HSV(B)307.86º56.38%58.43%-
XYZ18.8712.0125.37-
YUV98.44150.33164.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=42.33%
G=18.47%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496513800.560.070.42307.8639.2541.96
Hex95418A03872A134272a
Octal2251012120707524644752
Binary100101011000001100010100111000111101010100110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95418A; }

 p { color: rgb(149,65,138); }

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

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

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

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

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

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

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