#99679A

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

Shades of Violet Blue #99679A

Tints of Violet Blue #99679A

Color information

#99679A (or 0x99679A) is unknown color: approx Violet Blue. HEX triplet: 99, 67 and 9A. RGB value is (153,103,154). Sum of RGB (Red+Green+Blue) = 153+103+154=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #99679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99679A is #669865. Grayscale: #7B7B7B. Windows color (decimal): -6723686 or 10119065. OLE color: 10119065.

HSL color Cylindrical-coordinate representation of color #99679A: hue angle of 298.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99679A is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB153103154-
CMYK0.010.3300.40
HSL298.82º20.16%50.39%-
HSV(B)298.82º33.12%60.39%-
XYZ23.8218.8132.95-
YUV123.76145.06148.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=37.32%
G=25.12%
B=37.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1531031540.010.3300.40298.8220.1650.39
Hex99679A12102812b1432
Octal2311472321410504532462
Binary100110011100111100110101100001010100010010101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,103,154); }

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

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

 a { background-color: rgb(153,103,154); }

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

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

 span { border-color: rgb(153,103,154); }

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