#98658E

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

Shades of Violet Blue #98658E

Tints of Violet Blue #98658E

Color information

#98658E (or 0x98658E) is unknown color: approx Violet Blue. HEX triplet: 98, 65 and 8E. RGB value is (152,101,142). Sum of RGB (Red+Green+Blue) = 152+101+142=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98658E is #679A71. Grayscale: #787878. Windows color (decimal): -6789746 or 9332120. OLE color: 9332120.

HSL color Cylindrical-coordinate representation of color #98658E: hue angle of 311.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98658E is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152101142-
CMYK00.340.070.40
HSL311.76º20.16%49.61%-
HSV(B)311.76º33.55%59.61%-
XYZ22.4917.9427.87-
YUV120.92139.9150.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=38.48%
G=25.57%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210114200.340.070.40311.7620.1649.61
Hex98658E0227281381432
Octal2301452160427504702462
Binary10011000110010110001110010001011110100010011100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,101,142); }

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

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

 a { background-color: rgb(152,101,142); }

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

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

 span { border-color: rgb(152,101,142); }

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