#96698F

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

Shades of Violet Blue #96698F

Tints of Violet Blue #96698F

Color information

#96698F (or 0x96698F) is unknown color: approx Violet Blue. HEX triplet: 96, 69 and 8F. RGB value is (150,105,143). Sum of RGB (Red+Green+Blue) = 150+105+143=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #96698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96698F is #699670. Grayscale: #7A7A7A. Windows color (decimal): -6919793 or 9398678. OLE color: 9398678.

HSL color Cylindrical-coordinate representation of color #96698F: hue angle of 309.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96698F is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150105143-
CMYK00.300.050.41
HSL309.33º17.65%50%-
HSV(B)309.33º30%58.82%-
XYZ22.5918.5728.38-
YUV122.79139.41147.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=37.69%
G=26.38%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010514300.300.050.41309.3317.6550
Hex96698F01E5291351232
Octal2261512170365514652262
Binary1001011011010011000111101111010110100110011010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96698F; }

 p { color: rgb(150,105,143); }

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

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

 a { background-color: rgb(150,105,143); }

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

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

 span { border-color: rgb(150,105,143); }

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