#96629A

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

Shades of Violet Blue #96629A

Tints of Violet Blue #96629A

Color information

#96629A (or 0x96629A) is unknown color: approx Violet Blue. HEX triplet: 96, 62 and 9A. RGB value is (150,98,154). Sum of RGB (Red+Green+Blue) = 150+98+154=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #96629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96629A is #699D65. Grayscale: #777777. Windows color (decimal): -6921574 or 10117782. OLE color: 10117782.

HSL color Cylindrical-coordinate representation of color #96629A: hue angle of 295.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96629A is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15098154-
CMYK0.030.3600.40
HSL295.71º22.22%49.41%-
HSV(B)295.71º36.36%60.39%-
XYZ22.7817.5532.76-
YUV119.93147.23149.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=37.31%
G=24.38%
B=38.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150981540.030.3600.40295.7122.2249.41
Hex96629A3240281281631
Octal2261422323440504502661
Binary1001011011000101001101011100100010100010010100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,98,154); }

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

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

 a { background-color: rgb(150,98,154); }

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

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

 span { border-color: rgb(150,98,154); }

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