#9D3298

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

Shades of Vivid Violet #9D3298

Tints of Vivid Violet #9D3298

Color information

#9D3298 (or 0x9D3298) is unknown color: approx Vivid Violet. HEX triplet: 9D, 32 and 98. RGB value is (157,50,152). Sum of RGB (Red+Green+Blue) = 157+50+152=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3298 is #62CD67. Grayscale: #5D5D5D. Windows color (decimal): -6475112 or 9974429. OLE color: 9974429.

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

Color convert

RGB15750152-
CMYK00.680.030.38
HSL302.8º51.69%40.59%-
HSV(B)302.8º68.15%61.57%-
XYZ20.7111.7230.88-
YUV93.62160.95173.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 50 (19.92% from 255) = 13.93%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=43.73%
G=13.93%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575015200.680.030.38302.851.6940.59
Hex9D329804432612f3429
Octal2356223001043464576451
Binary10011101110010100110000100010011100110100101111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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