Html Css Color HEX #9C4182 Medium Red Violet

📋 copy color: '#9C4182'

red 156 ◦ green 65 ◦ blue 130

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

Shades of Medium Red Violet #9C4182

Tints of Medium Red Violet #9C4182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 130 (51.17% from 255) = 37.04%

R = 44.44%
G = 18.52%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C4182 (or 0x9C4182) is known color: Medium Red Violet. HEX triplet: 9C, 41 and 82. RGB value is (156,65,130). Sum of RGB (Red+Green+Blue) = 156+65+130=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4182 is #63BE7D. Grayscale: #636363. Windows color (decimal): -6536830 or 8536476. OLE color: 8536476.

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

Color convert

RGB 156 65 130 -
CMYK 0 0.58 0.17 0.39
HSL 317.14º 0.41% 0.43% -
HSV(B) 317.14º 0.58% 0.61% -
XYZ 19.63 12.46 22.49 -
YUV 99.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 156 65 130 0 0.58 0.17 0.39 317.14 0.41 0.43
Hex 9C 41 82 0 3A 11 27 13D 29 2B
Octal 234 101 202 0 72 21 47 475 51 53
Binary 10011100 1000001 10000010 0 111010 10001 100111 100111101 101001 101011

Color Harmonies of #9C4182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4182

Black with #9C4182

Text Example


Text Example

White with #9C4182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,65,130); }

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

background-color css

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

 a { background-color: rgb(156,65,130); }

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

border-color css

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

 span { border-color: rgb(156,65,130); }

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