#98629E

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

Shades of Violet Blue #98629E

Tints of Violet Blue #98629E

Color information

#98629E (or 0x98629E) is unknown color: approx Violet Blue. HEX triplet: 98, 62 and 9E. RGB value is (152,98,158). Sum of RGB (Red+Green+Blue) = 152+98+158=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #98629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98629E is #679D61. Grayscale: #787878. Windows color (decimal): -6790498 or 10379928. OLE color: 10379928.

HSL color Cylindrical-coordinate representation of color #98629E: hue angle of 294º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98629E is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15298158-
CMYK0.040.3800.38
HSL294º23.62%50.2%-
HSV(B)294º37.97%61.96%-
XYZ23.4917.8834.56-
YUV120.99148.89150.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=37.25%
G=24.02%
B=38.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152981580.040.3800.3829423.6250.2
Hex98629E4260261261832
Octal2301422364460464463062
Binary10011000110001010011110100100110010011010010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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