#98438F

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

Shades of Violet Blue #98438F

Tints of Violet Blue #98438F

Color information

#98438F (or 0x98438F) is unknown color: approx Violet Blue. HEX triplet: 98, 43 and 8F. RGB value is (152,67,143). Sum of RGB (Red+Green+Blue) = 152+67+143=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98438F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98438F is #67BC70. Grayscale: #646464. Windows color (decimal): -6798449 or 9388952. OLE color: 9388952.

HSL color Cylindrical-coordinate representation of color #98438F: hue angle of 306.35º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98438F is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15267143-
CMYK00.560.060.40
HSL306.35º38.81%42.94%-
HSV(B)306.35º55.92%59.61%-
XYZ19.9112.6727.38-
YUV101.08151.66164.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=41.99%
G=18.51%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526714300.560.060.40306.3538.8142.94
Hex98438F038628132272b
Octal2301032170706504624753
Binary100110001000011100011110111000110101000100110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98438F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98438F; }

 p { color: rgb(152,67,143); }

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

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

 a { background-color: rgb(152,67,143); }

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

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

 span { border-color: rgb(152,67,143); }

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