#98478A

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

Shades of Violet Blue #98478A

Tints of Violet Blue #98478A

Color information

#98478A (or 0x98478A) is unknown color: approx Violet Blue. HEX triplet: 98, 47 and 8A. RGB value is (152,71,138). Sum of RGB (Red+Green+Blue) = 152+71+138=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98478A is #67B875. Grayscale: #666666. Windows color (decimal): -6797430 or 9062296. OLE color: 9062296.

HSL color Cylindrical-coordinate representation of color #98478A: hue angle of 310.37º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98478A is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15271138-
CMYK00.530.090.40
HSL310.37º36.32%43.73%-
HSV(B)310.37º53.29%59.61%-
XYZ19.7913.0225.51-
YUV102.86147.84163.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=42.11%
G=19.67%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527113800.530.090.40310.3736.3243.73
Hex98478A035928136242c
Octal23010721206511504664454
Binary1001100010001111000101001101011001101000100110110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98478A; }

 p { color: rgb(152,71,138); }

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

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

 a { background-color: rgb(152,71,138); }

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

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

 span { border-color: rgb(152,71,138); }

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