#9D4298

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

Shades of Violet Blue #9D4298

Tints of Violet Blue #9D4298

Color information

#9D4298 (or 0x9D4298) is unknown color: approx Violet Blue. HEX triplet: 9D, 42 and 98. RGB value is (157,66,152). Sum of RGB (Red+Green+Blue) = 157+66+152=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4298 is #62BD67. Grayscale: #666666. Windows color (decimal): -6471016 or 9978525. OLE color: 9978525.

HSL color Cylindrical-coordinate representation of color #9D4298: hue angle of 303.3º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D4298 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15766152-
CMYK00.580.030.38
HSL303.3º40.81%43.73%-
HSV(B)303.3º57.96%61.57%-
XYZ21.5213.3331.14-
YUV103.01155.65166.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=41.87%
G=17.6%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576615200.580.030.38303.340.8143.73
Hex9D429803A32612f292c
Octal2351022300723464575154
Binary10011101100001010011000011101011100110100101111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D4298; }

 p { color: rgb(157,66,152); }

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

<style>
 a { background-color: #9D4298; }

 a { background-color: rgb(157,66,152); }

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

<style>
 span { border-color: #9D4298; }

 span { border-color: rgb(157,66,152); }

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