#95618C

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

Shades of Violet Blue #95618C

Tints of Violet Blue #95618C

Color information

#95618C (or 0x95618C) is unknown color: approx Violet Blue. HEX triplet: 95, 61 and 8C. RGB value is (149,97,140). Sum of RGB (Red+Green+Blue) = 149+97+140=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95618C is #6A9E73. Grayscale: #757575. Windows color (decimal): -6987380 or 9200021. OLE color: 9200021.

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

Color convert

RGB14997140-
CMYK00.350.060.42
HSL310.38º21.14%48.24%-
HSV(B)310.38º34.9%58.43%-
XYZ21.416.8326.93-
YUV117.45140.73150.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=38.60%
G=25.13%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499714000.350.060.42310.3821.1448.24
Hex95618C02362A1361530
Octal2251412140436524662560
Binary10010101110000110001100010001111010101010011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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