Html Css Color HEX #9D329A Vivid Violet

📋 copy color: '#9D329A'

red 157 ◦ green 50 ◦ blue 154

#9D329A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #9D329A

Tints of Vivid Violet #9D329A

RGB

 RED value IS 157 (61.72% from 255) = 43.49%

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 43.49%
G = 13.85%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9D329A (or 0x9D329A) is known color: Vivid Violet. HEX triplet: 9D, 32 and 9A. RGB value is (157,50,154). Sum of RGB (Red+Green+Blue) = 157+50+154=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D329A is #62CD65. Grayscale: #5D5D5D. Windows color (decimal): -6475110 or 10105501. OLE color: 10105501.

HSL color Cylindrical-coordinate representation of color #9D329A: hue angle of 301.68º 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 #9D329A is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 50 154 -
CMYK 0 0.68 0.02 0.38
HSL 301.68º 0.52% 0.41% -
HSV(B) 301.68º 0.68% 0.62% -
XYZ 20.88 11.78 31.75 -
YUV 93.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 157 50 154 0 0.68 0.02 0.38 301.68 0.52 0.41
Hex 9D 32 9A 0 44 2 26 12E 34 29
Octal 235 62 232 0 104 2 46 456 64 51
Binary 10011101 110010 10011010 0 1000100 10 100110 100101110 110100 101001

Color Harmonies of #9D329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D329A

Black with #9D329A

Text Example


Text Example

White with #9D329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D329A;
 }
 .AnyTagClassName
 {
   color: #9D329A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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