Html Css Color HEX #9C3379 Dark Purple

📋 copy color: '#9C3379'

red 156 ◦ green 51 ◦ blue 121

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

Shades of Dark Purple #9C3379

Tints of Dark Purple #9C3379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 47.56%
G = 15.55%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C3379 (or 0x9C3379) is known color: Dark Purple. HEX triplet: 9C, 33 and 79. RGB value is (156,51,121). Sum of RGB (Red+Green+Blue) = 156+51+121=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3379 is #63CC86. Grayscale: #5A5A5A. Windows color (decimal): -6540423 or 7943068. OLE color: 7943068.

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

Color convert

RGB 156 51 121 -
CMYK 0 0.67 0.22 0.39
HSL 320º 0.51% 0.41% -
HSV(B) 320º 0.67% 0.61% -
XYZ 18.35 10.82 19.21 -
YUV 90.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 156 51 121 0 0.67 0.22 0.39 320 0.51 0.41
Hex 9C 33 79 0 43 16 27 140 33 29
Octal 234 63 171 0 103 26 47 500 63 51
Binary 10011100 110011 1111001 0 1000011 10110 100111 101000000 110011 101001

Color Harmonies of #9C3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3379

Black with #9C3379

Text Example


Text Example

White with #9C3379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,121); }

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

background-color css

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

 a { background-color: rgb(156,51,121); }

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

border-color css

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

 span { border-color: rgb(156,51,121); }

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