Html Css Color HEX #9C3E7A Medium Red Violet

📋 copy color: '#9C3E7A'

red 156 ◦ green 62 ◦ blue 122

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

Shades of Medium Red Violet #9C3E7A

Tints of Medium Red Violet #9C3E7A

RGB

 RED value IS 156 (61.33% from 255) = 45.88%

 GREEN value IS 62 (24.61% from 255) = 18.24%

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 45.88%
G = 18.24%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C3E7A (or 0x9C3E7A) is known color: Medium Red Violet. HEX triplet: 9C, 3E and 7A. RGB value is (156,62,122). Sum of RGB (Red+Green+Blue) = 156+62+122=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3E7A is #63C185. Grayscale: #606060. Windows color (decimal): -6537606 or 8011420. OLE color: 8011420.

HSL color Cylindrical-coordinate representation of color #9C3E7A: hue angle of 321.7º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C3E7A is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 62 122 -
CMYK 0 0.60 0.22 0.39
HSL 321.7º 0.43% 0.43% -
HSV(B) 321.7º 0.6% 0.61% -
XYZ 18.95 11.92 19.71 -
YUV 96.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 156 62 122 0 0.60 0.22 0.39 321.7 0.43 0.43
Hex 9C 3E 7A 0 3C 16 27 142 2B 2B
Octal 234 76 172 0 74 26 47 502 53 53
Binary 10011100 111110 1111010 0 111100 10110 100111 101000010 101011 101011

Color Harmonies of #9C3E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3E7A

Black with #9C3E7A

Text Example


Text Example

White with #9C3E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,62,122); }

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

background-color css

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

 a { background-color: rgb(156,62,122); }

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

border-color css

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

 span { border-color: rgb(156,62,122); }

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