#98608F

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

Shades of Violet Blue #98608F

Tints of Violet Blue #98608F

Color information

#98608F (or 0x98608F) is unknown color: approx Violet Blue. HEX triplet: 98, 60 and 8F. RGB value is (152,96,143). Sum of RGB (Red+Green+Blue) = 152+96+143=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98608F is #679F70. Grayscale: #757575. Windows color (decimal): -6791025 or 9396376. OLE color: 9396376.

HSL color Cylindrical-coordinate representation of color #98608F: hue angle of 309.64º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98608F is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15296143-
CMYK00.370.060.40
HSL309.64º22.58%48.63%-
HSV(B)309.64º36.84%59.61%-
XYZ22.0917.0228.11-
YUV118.1142.05152.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 143 (56.25% from 255) = 36.57%
R=38.87%
G=24.55%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529614300.370.060.40309.6422.5848.63
Hex98608F0256281361731
Octal2301402170456504662761
Binary10011000110000010001111010010111010100010011011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98608F; }

 p { color: rgb(152,96,143); }

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

<style>
 a { background-color: #98608F; }

 a { background-color: rgb(152,96,143); }

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

<style>
 span { border-color: #98608F; }

 span { border-color: rgb(152,96,143); }

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