Html Css Color HEX #9C3F8C Medium Red Violet

📋 copy color: '#9C3F8C'

red 156 ◦ green 63 ◦ blue 140

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

Shades of Medium Red Violet #9C3F8C

Tints of Medium Red Violet #9C3F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 17.55%

 BLUE value IS 140 (55.08% from 255) = 39%

R = 43.45%
G = 17.55%
B = 39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C3F8C (or 0x9C3F8C) is known color: Medium Red Violet. HEX triplet: 9C, 3F and 8C. RGB value is (156,63,140). Sum of RGB (Red+Green+Blue) = 156+63+140=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3F8C is #63C073. Grayscale: #636363. Windows color (decimal): -6537332 or 9191324. OLE color: 9191324.

HSL color Cylindrical-coordinate representation of color #9C3F8C: hue angle of 310.32º degrees, saturation: 0.42, 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 #9C3F8C is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 63 140 -
CMYK 0 0.60 0.10 0.39
HSL 310.32º 0.42% 0.43% -
HSV(B) 310.32º 0.6% 0.61% -
XYZ 20.22 12.52 26.16 -
YUV 99.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 156 63 140 0 0.60 0.10 0.39 310.32 0.42 0.43
Hex 9C 3F 8C 0 3C A 27 136 2A 2B
Octal 234 77 214 0 74 12 47 466 52 53
Binary 10011100 111111 10001100 0 111100 1010 100111 100110110 101010 101011

Color Harmonies of #9C3F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3F8C

Black with #9C3F8C

Text Example


Text Example

White with #9C3F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,63,140); }

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

background-color css

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

 a { background-color: rgb(156,63,140); }

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

border-color css

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

 span { border-color: rgb(156,63,140); }

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