#98438E

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

Shades of Violet Blue #98438E

Tints of Violet Blue #98438E

Color information

#98438E (or 0x98438E) is unknown color: approx Violet Blue. HEX triplet: 98, 43 and 8E. RGB value is (152,67,142). Sum of RGB (Red+Green+Blue) = 152+67+142=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98438E is #67BC71. Grayscale: #646464. Windows color (decimal): -6798450 or 9323416. OLE color: 9323416.

HSL color Cylindrical-coordinate representation of color #98438E: hue angle of 307.06º 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 #98438E is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15267142-
CMYK00.560.070.40
HSL307.06º38.81%42.94%-
HSV(B)307.06º55.92%59.61%-
XYZ19.8412.6426.99-
YUV100.96151.16164.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 67 (26.56% from 255) = 18.56%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=42.11%
G=18.56%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526714200.560.070.40307.0638.8142.94
Hex98438E038728133272b
Octal2301032160707504634753
Binary100110001000011100011100111000111101000100110011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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