#95468C

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

Shades of Violet Blue #95468C

Tints of Violet Blue #95468C

Color information

#95468C (or 0x95468C) is unknown color: approx Violet Blue. HEX triplet: 95, 46 and 8C. RGB value is (149,70,140). Sum of RGB (Red+Green+Blue) = 149+70+140=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95468C is #6AB973. Grayscale: #656565. Windows color (decimal): -6994292 or 9193109. OLE color: 9193109.

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

Color convert

RGB14970140-
CMYK00.530.060.42
HSL306.84º36.07%42.94%-
HSV(B)306.84º53.02%58.43%-
XYZ19.3212.6626.24-
YUV101.6149.67161.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=41.50%
G=19.50%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497014000.530.060.42306.8436.0742.94
Hex95468C03562A133242b
Octal2251062140656524634453
Binary100101011000110100011000110101110101010100110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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