#98629B

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

Shades of Violet Blue #98629B

Tints of Violet Blue #98629B

Color information

#98629B (or 0x98629B) is unknown color: approx Violet Blue. HEX triplet: 98, 62 and 9B. RGB value is (152,98,155). Sum of RGB (Red+Green+Blue) = 152+98+155=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #98629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98629B is #679D64. Grayscale: #787878. Windows color (decimal): -6790501 or 10183320. OLE color: 10183320.

HSL color Cylindrical-coordinate representation of color #98629B: hue angle of 296.84º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98629B is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15298155-
CMYK0.020.3700.39
HSL296.84º22.53%49.61%-
HSV(B)296.84º36.77%60.78%-
XYZ23.2317.7833.22-
YUV120.64147.39150.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=37.53%
G=24.20%
B=38.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152981550.020.3700.39296.8422.5349.61
Hex98629B2250271291732
Octal2301422332450474512762
Binary1001100011000101001101110100101010011110010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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