#955C8D

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

Shades of Violet Blue #955C8D

Tints of Violet Blue #955C8D

Color information

#955C8D (or 0x955C8D) is unknown color: approx Violet Blue. HEX triplet: 95, 5C and 8D. RGB value is (149,92,141). Sum of RGB (Red+Green+Blue) = 149+92+141=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #955C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C8D is #6AA372. Grayscale: #727272. Windows color (decimal): -6988659 or 9264277. OLE color: 9264277.

HSL color Cylindrical-coordinate representation of color #955C8D: hue angle of 308.42º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955C8D is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14992141-
CMYK00.380.050.42
HSL308.42º23.65%47.25%-
HSV(B)308.42º38.26%58.43%-
XYZ21.0315.9727.17-
YUV114.63142.88152.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=39.01%
G=24.08%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499214100.380.050.42308.4223.6547.25
Hex955C8D02652A134182f
Octal2251342150465524643057
Binary10010101101110010001101010011010110101010011010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955C8D; }

 p { color: rgb(149,92,141); }

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

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

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

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

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

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

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