Html Css Color HEX #9C408B Medium Red Violet

📋 copy color: '#9C408B'

red 156 ◦ green 64 ◦ blue 139

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

Shades of Medium Red Violet #9C408B

Tints of Medium Red Violet #9C408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 43.45%
G = 17.83%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C408B (or 0x9C408B) is known color: Medium Red Violet. HEX triplet: 9C, 40 and 8B. RGB value is (156,64,139). Sum of RGB (Red+Green+Blue) = 156+64+139=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C408B is #63BF74. Grayscale: #636363. Windows color (decimal): -6537077 or 9126044. OLE color: 9126044.

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

Color convert

RGB 156 64 139 -
CMYK 0 0.59 0.11 0.39
HSL 311.09º 0.42% 0.43% -
HSV(B) 311.09º 0.59% 0.61% -
XYZ 20.2 12.6 25.79 -
YUV 100.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 156 64 139 0 0.59 0.11 0.39 311.09 0.42 0.43
Hex 9C 40 8B 0 3B B 27 137 2A 2B
Octal 234 100 213 0 73 13 47 467 52 53
Binary 10011100 1000000 10001011 0 111011 1011 100111 100110111 101010 101011

Color Harmonies of #9C408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C408B

Black with #9C408B

Text Example


Text Example

White with #9C408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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