#985194

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

Shades of Violet Blue #985194

Tints of Violet Blue #985194

Color information

#985194 (or 0x985194) is unknown color: approx Violet Blue. HEX triplet: 98, 51 and 94. RGB value is (152,81,148). Sum of RGB (Red+Green+Blue) = 152+81+148=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #985194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985194 is #67AE6B. Grayscale: #6D6D6D. Windows color (decimal): -6794860 or 9720216. OLE color: 9720216.

HSL color Cylindrical-coordinate representation of color #985194: hue angle of 303.38º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985194 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15281148-
CMYK00.470.030.40
HSL303.38º30.47%45.69%-
HSV(B)303.38º46.71%59.61%-
XYZ21.2414.729.73-
YUV109.87149.52158.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=39.90%
G=21.26%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528114800.470.030.40303.3830.4745.69
Hex98519402F32812f1e2e
Octal2301212240573504573656
Binary1001100010100011001010001011111110100010010111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985194; }

 p { color: rgb(152,81,148); }

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

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

 a { background-color: rgb(152,81,148); }

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

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

 span { border-color: rgb(152,81,148); }

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