#95378C

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

Shades of Vivid Violet #95378C

Tints of Vivid Violet #95378C

Color information

#95378C (or 0x95378C) is unknown color: approx Vivid Violet. HEX triplet: 95, 37 and 8C. RGB value is (149,55,140). Sum of RGB (Red+Green+Blue) = 149+55+140=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95378C is #6AC873. Grayscale: #5C5C5C. Windows color (decimal): -6998132 or 9189269. OLE color: 9189269.

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

Color convert

RGB14955140-
CMYK00.630.060.42
HSL305.74º46.08%40%-
HSV(B)305.74º63.09%58.43%-
XYZ18.4911.0225.96-
YUV92.8154.64168.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 55 (21.88% from 255) = 15.99%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=43.31%
G=15.99%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495514000.630.060.42305.7446.0840
Hex95378C03F62A1322e28
Octal225672140776524625650
Binary10010101110111100011000111111110101010100110010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95378C; }

 p { color: rgb(149,55,140); }

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

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

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

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

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

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

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