Html Css Color HEX #9C3D85 Medium Red Violet

📋 copy color: '#9C3D85'

red 156 ◦ green 61 ◦ blue 133

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

Shades of Medium Red Violet #9C3D85

Tints of Medium Red Violet #9C3D85

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 44.57%
G = 17.43%
B = 38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C3D85 (or 0x9C3D85) is known color: Medium Red Violet. HEX triplet: 9C, 3D and 85. RGB value is (156,61,133). Sum of RGB (Red+Green+Blue) = 156+61+133=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3D85 is #63C27A. Grayscale: #616161. Windows color (decimal): -6537851 or 8732060. OLE color: 8732060.

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

Color convert

RGB 156 61 133 -
CMYK 0 0.61 0.15 0.39
HSL 314.53º 0.44% 0.43% -
HSV(B) 314.53º 0.61% 0.61% -
XYZ 19.61 12.1 23.49 -
YUV 97.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 156 61 133 0 0.61 0.15 0.39 314.53 0.44 0.43
Hex 9C 3D 85 0 3D F 27 13B 2C 2B
Octal 234 75 205 0 75 17 47 473 54 53
Binary 10011100 111101 10000101 0 111101 1111 100111 100111011 101100 101011

Color Harmonies of #9C3D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3D85

Black with #9C3D85

Text Example


Text Example

White with #9C3D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,61,133); }

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

background-color css

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

 a { background-color: rgb(156,61,133); }

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

border-color css

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

 span { border-color: rgb(156,61,133); }

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