#98478C

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

Shades of Violet Blue #98478C

Tints of Violet Blue #98478C

Color information

#98478C (or 0x98478C) is unknown color: approx Violet Blue. HEX triplet: 98, 47 and 8C. RGB value is (152,71,140). Sum of RGB (Red+Green+Blue) = 152+71+140=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98478C is #67B873. Grayscale: #666666. Windows color (decimal): -6797428 or 9193368. OLE color: 9193368.

HSL color Cylindrical-coordinate representation of color #98478C: hue angle of 308.89º 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 #98478C is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15271140-
CMYK00.530.080.40
HSL308.89º36.32%43.73%-
HSV(B)308.89º53.29%59.61%-
XYZ19.9413.0826.28-
YUV103.08148.84162.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=41.87%
G=19.56%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527114000.530.080.40308.8936.3243.73
Hex98478C035828135242c
Octal23010721406510504654454
Binary1001100010001111000110001101011000101000100110101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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