#955C8E

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

Shades of Violet Blue #955C8E

Tints of Violet Blue #955C8E

Color information

#955C8E (or 0x955C8E) is unknown color: approx Violet Blue. HEX triplet: 95, 5C and 8E. RGB value is (149,92,142). Sum of RGB (Red+Green+Blue) = 149+92+142=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #955C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C8E is #6AA371. Grayscale: #727272. Windows color (decimal): -6988658 or 9329813. OLE color: 9329813.

HSL color Cylindrical-coordinate representation of color #955C8E: hue angle of 307.37º 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 #955C8E is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14992142-
CMYK00.380.050.42
HSL307.37º23.65%47.25%-
HSV(B)307.37º38.26%58.43%-
XYZ21.11627.57-
YUV114.74143.38152.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=38.90%
G=24.02%
B=37.08%

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
Decimal1499214200.380.050.42307.3723.6547.25
Hex955C8E02652A133182f
Octal2251342160465524633057
Binary10010101101110010001110010011010110101010011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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