#98629A

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

Shades of Violet Blue #98629A

Tints of Violet Blue #98629A

Color information

#98629A (or 0x98629A) is unknown color: approx Violet Blue. HEX triplet: 98, 62 and 9A. RGB value is (152,98,154). Sum of RGB (Red+Green+Blue) = 152+98+154=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #98629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98629A is #679D65. Grayscale: #787878. Windows color (decimal): -6790502 or 10117784. OLE color: 10117784.

HSL color Cylindrical-coordinate representation of color #98629A: hue angle of 297.86º 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 #98629A is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15298154-
CMYK0.010.3600.40
HSL297.86º22.22%49.41%-
HSV(B)297.86º36.36%60.39%-
XYZ23.1517.7432.78-
YUV120.53146.89150.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=37.62%
G=24.26%
B=38.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152981540.010.3600.40297.8622.2249.41
Hex98629A12402812a1631
Octal2301422321440504522661
Binary100110001100010100110101100100010100010010101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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