#955892

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

Shades of Violet Blue #955892

Tints of Violet Blue #955892

Color information

#955892 (or 0x955892) is unknown color: approx Violet Blue. HEX triplet: 95, 58 and 92. RGB value is (149,88,146). Sum of RGB (Red+Green+Blue) = 149+88+146=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #955892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955892 is #6AA76D. Grayscale: #707070. Windows color (decimal): -6989678 or 9590933. OLE color: 9590933.

HSL color Cylindrical-coordinate representation of color #955892: hue angle of 302.95º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955892 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14988146-
CMYK00.410.020.42
HSL302.95º25.74%46.47%-
HSV(B)302.95º40.94%58.43%-
XYZ21.0715.4429.06-
YUV112.85146.71153.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=38.90%
G=22.98%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498814600.410.020.42302.9525.7446.47
Hex95589202922A12f1a2e
Octal2251302220512524573256
Binary1001010110110001001001001010011010101010010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955892; }

 p { color: rgb(149,88,146); }

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

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

 a { background-color: rgb(149,88,146); }

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

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

 span { border-color: rgb(149,88,146); }

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