#98478B

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

Shades of Violet Blue #98478B

Tints of Violet Blue #98478B

Color information

#98478B (or 0x98478B) is unknown color: approx Violet Blue. HEX triplet: 98, 47 and 8B. RGB value is (152,71,139). Sum of RGB (Red+Green+Blue) = 152+71+139=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98478B is #67B874. Grayscale: #666666. Windows color (decimal): -6797429 or 9127832. OLE color: 9127832.

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

Color convert

RGB15271139-
CMYK00.530.090.40
HSL309.63º36.32%43.73%-
HSV(B)309.63º53.29%59.61%-
XYZ19.8613.0525.9-
YUV102.97148.34162.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=41.99%
G=19.61%
B=38.40%

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
Decimal1527113900.530.090.40309.6336.3243.73
Hex98478B035928136242c
Octal23010721306511504664454
Binary1001100010001111000101101101011001101000100110110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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