#98629D

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

Shades of Violet Blue #98629D

Tints of Violet Blue #98629D

Color information

#98629D (or 0x98629D) is unknown color: approx Violet Blue. HEX triplet: 98, 62 and 9D. RGB value is (152,98,157). Sum of RGB (Red+Green+Blue) = 152+98+157=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #98629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98629D is #679D62. Grayscale: #787878. Windows color (decimal): -6790499 or 10314392. OLE color: 10314392.

HSL color Cylindrical-coordinate representation of color #98629D: hue angle of 294.92º degrees, saturation: 0.23, 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 #98629D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15298157-
CMYK0.030.3800.38
HSL294.92º23.14%50%-
HSV(B)294.92º37.58%61.57%-
XYZ23.417.8534.11-
YUV120.87148.39150.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=37.35%
G=24.08%
B=38.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152981570.030.3800.38294.9223.1450
Hex98629D3260261271732
Octal2301422353460464472762
Binary1001100011000101001110111100110010011010010011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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