Html Css Color HEX #9C388B Medium Red Violet

📋 copy color: '#9C388B'

red 156 ◦ green 56 ◦ blue 139

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

Shades of Medium Red Violet #9C388B

Tints of Medium Red Violet #9C388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.95%

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 44.44%
G = 15.95%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C388B (or 0x9C388B) is known color: Medium Red Violet. HEX triplet: 9C, 38 and 8B. RGB value is (156,56,139). Sum of RGB (Red+Green+Blue) = 156+56+139=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C388B is #63C774. Grayscale: #5F5F5F. Windows color (decimal): -6539125 or 9123996. OLE color: 9123996.

HSL color Cylindrical-coordinate representation of color #9C388B: hue angle of 310.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C388B is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 56 139 -
CMYK 0 0.64 0.11 0.39
HSL 310.2º 0.47% 0.42% -
HSV(B) 310.2º 0.64% 0.61% -
XYZ 19.78 11.76 25.65 -
YUV 95.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 156 56 139 0 0.64 0.11 0.39 310.2 0.47 0.42
Hex 9C 38 8B 0 40 B 27 136 2F 2A
Octal 234 70 213 0 100 13 47 466 57 52
Binary 10011100 111000 10001011 0 1000000 1011 100111 100110110 101111 101010

Color Harmonies of #9C388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C388B

Black with #9C388B

Text Example


Text Example

White with #9C388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,56,139); }

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

background-color css

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

 a { background-color: rgb(156,56,139); }

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

border-color css

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

 span { border-color: rgb(156,56,139); }

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