#98449E

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

Shades of Violet Blue #98449E

Tints of Violet Blue #98449E

Color information

#98449E (or 0x98449E) is unknown color: approx Violet Blue. HEX triplet: 98, 44 and 9E. RGB value is (152,68,158). Sum of RGB (Red+Green+Blue) = 152+68+158=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #98449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98449E is #67BB61. Grayscale: #676767. Windows color (decimal): -6798178 or 10372248. OLE color: 10372248.

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

Color convert

RGB15268158-
CMYK0.040.5700.38
HSL296º39.82%44.31%-
HSV(B)296º56.96%61.96%-
XYZ21.1913.2833.79-
YUV103.38158.83162.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=40.21%
G=17.99%
B=41.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152681580.040.5700.3829639.8244.31
Hex98449E439026128282c
Octal2301042364710464505054
Binary100110001000100100111101001110010100110100101000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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