Html Css Color HEX #9C378E Dark Purple

📋 copy color: '#9C378E'

red 156 ◦ green 55 ◦ blue 142

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

Shades of Dark Purple #9C378E

Tints of Dark Purple #9C378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 44.19%
G = 15.58%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C378E (or 0x9C378E) is known color: Dark Purple. HEX triplet: 9C, 37 and 8E. RGB value is (156,55,142). Sum of RGB (Red+Green+Blue) = 156+55+142=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C378E is #63C871. Grayscale: #5E5E5E. Windows color (decimal): -6539378 or 9320348. OLE color: 9320348.

HSL color Cylindrical-coordinate representation of color #9C378E: hue angle of 308.32º 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 #9C378E is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 55 142 -
CMYK 0 0.65 0.09 0.39
HSL 308.32º 0.48% 0.41% -
HSV(B) 308.32º 0.65% 0.61% -
XYZ 19.96 11.75 26.81 -
YUV 95.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 156 55 142 0 0.65 0.09 0.39 308.32 0.48 0.41
Hex 9C 37 8E 0 41 9 27 134 30 29
Octal 234 67 216 0 101 11 47 464 60 51
Binary 10011100 110111 10001110 0 1000001 1001 100111 100110100 110000 101001

Color Harmonies of #9C378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C378E

Black with #9C378E

Text Example


Text Example

White with #9C378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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