#96548B

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

Shades of Violet Blue #96548B

Tints of Violet Blue #96548B

Color information

#96548B (or 0x96548B) is unknown color: approx Violet Blue. HEX triplet: 96, 54 and 8B. RGB value is (150,84,139). Sum of RGB (Red+Green+Blue) = 150+84+139=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96548B is #69AB74. Grayscale: #6D6D6D. Windows color (decimal): -6925173 or 9131158. OLE color: 9131158.

HSL color Cylindrical-coordinate representation of color #96548B: hue angle of 310º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96548B is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15084139-
CMYK00.440.070.41
HSL310º28.21%45.88%-
HSV(B)310º44%58.82%-
XYZ20.4114.6926.19-
YUV110144.37156.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=40.21%
G=22.52%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508413900.440.070.4131028.2145.88
Hex96548B02C7291361c2e
Octal2261242130547514663456
Binary10010110101010010001011010110011110100110011011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96548B; }

 p { color: rgb(150,84,139); }

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

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

 a { background-color: rgb(150,84,139); }

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

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

 span { border-color: rgb(150,84,139); }

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