Html Css Color HEX #9C378B Dark Purple

📋 copy color: '#9C378B'

red 156 ◦ green 55 ◦ blue 139

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

Shades of Dark Purple #9C378B

Tints of Dark Purple #9C378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

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

R = 44.57%
G = 15.71%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C378B (or 0x9C378B) is known color: Dark Purple. HEX triplet: 9C, 37 and 8B. RGB value is (156,55,139). Sum of RGB (Red+Green+Blue) = 156+55+139=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C378B is #63C874. Grayscale: #5E5E5E. Windows color (decimal): -6539381 or 9123740. OLE color: 9123740.

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

Color convert

RGB 156 55 139 -
CMYK 0 0.65 0.11 0.39
HSL 310.1º 0.48% 0.41% -
HSV(B) 310.1º 0.65% 0.61% -
XYZ 19.74 11.66 25.64 -
YUV 94.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 156 55 139 0 0.65 0.11 0.39 310.1 0.48 0.41
Hex 9C 37 8B 0 41 B 27 136 30 29
Octal 234 67 213 0 101 13 47 466 60 51
Binary 10011100 110111 10001011 0 1000001 1011 100111 100110110 110000 101001

Color Harmonies of #9C378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C378B

Black with #9C378B

Text Example


Text Example

White with #9C378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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