#96538A

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

Shades of Violet Blue #96538A

Tints of Violet Blue #96538A

Color information

#96538A (or 0x96538A) is unknown color: approx Violet Blue. HEX triplet: 96, 53 and 8A. RGB value is (150,83,138). Sum of RGB (Red+Green+Blue) = 150+83+138=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96538A is #69AC75. Grayscale: #6D6D6D. Windows color (decimal): -6925430 or 9065366. OLE color: 9065366.

HSL color Cylindrical-coordinate representation of color #96538A: hue angle of 310.75º 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 #96538A is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15083138-
CMYK00.450.080.41
HSL310.75º28.76%45.69%-
HSV(B)310.75º44.67%58.82%-
XYZ20.2614.5125.78-
YUV109.3144.2157.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=40.43%
G=22.37%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508313800.450.080.41310.7528.7645.69
Hex96538A02D8291371d2e
Octal22612321205510514673556
Binary100101101010011100010100101101100010100110011011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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