Html Css Color HEX #9C428A Medium Red Violet

📋 copy color: '#9C428A'

red 156 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #9C428A

Tints of Medium Red Violet #9C428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 43.33%
G = 18.33%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C428A (or 0x9C428A) is known color: Medium Red Violet. HEX triplet: 9C, 42 and 8A. RGB value is (156,66,138). Sum of RGB (Red+Green+Blue) = 156+66+138=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C428A is #63BD75. Grayscale: #646464. Windows color (decimal): -6536566 or 9061020. OLE color: 9061020.

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

Color convert

RGB 156 66 138 -
CMYK 0 0.58 0.12 0.39
HSL 312º 0.41% 0.44% -
HSV(B) 312º 0.58% 0.61% -
XYZ 20.25 12.8 25.45 -
YUV 101.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 156 66 138 0 0.58 0.12 0.39 312 0.41 0.44
Hex 9C 42 8A 0 3A C 27 138 29 2C
Octal 234 102 212 0 72 14 47 470 51 54
Binary 10011100 1000010 10001010 0 111010 1100 100111 100111000 101001 101100

Color Harmonies of #9C428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C428A

Black with #9C428A

Text Example


Text Example

White with #9C428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,66,138); }

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

background-color css

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

 a { background-color: rgb(156,66,138); }

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

border-color css

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

 span { border-color: rgb(156,66,138); }

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