#96538D

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

Shades of Violet Blue #96538D

Tints of Violet Blue #96538D

Color information

#96538D (or 0x96538D) is unknown color: approx Violet Blue. HEX triplet: 96, 53 and 8D. RGB value is (150,83,141). Sum of RGB (Red+Green+Blue) = 150+83+141=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96538D is #69AC72. Grayscale: #6D6D6D. Windows color (decimal): -6925427 or 9261974. OLE color: 9261974.

HSL color Cylindrical-coordinate representation of color #96538D: hue angle of 308.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96538D is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15083141-
CMYK00.450.060.41
HSL308.06º28.76%45.69%-
HSV(B)308.06º44.67%58.82%-
XYZ20.4814.5926.94-
YUV109.64145.7156.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=40.11%
G=22.19%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508314100.450.060.41308.0628.7645.69
Hex96538D02D6291341d2e
Octal2261232150556514643556
Binary10010110101001110001101010110111010100110011010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96538D; }

 p { color: rgb(150,83,141); }

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

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

 a { background-color: rgb(150,83,141); }

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

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

 span { border-color: rgb(150,83,141); }

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