Html Css Color HEX #9C2975 Dark Purple

📋 copy color: '#9C2975'

red 156 ◦ green 41 ◦ blue 117

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

Shades of Dark Purple #9C2975

Tints of Dark Purple #9C2975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 49.68%
G = 13.06%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C2975 (or 0x9C2975) is known color: Dark Purple. HEX triplet: 9C, 29 and 75. RGB value is (156,41,117). Sum of RGB (Red+Green+Blue) = 156+41+117=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2975 is #63D68A. Grayscale: #535353. Windows color (decimal): -6542987 or 7678364. OLE color: 7678364.

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

Color convert

RGB 156 41 117 -
CMYK 0 0.74 0.25 0.39
HSL 320.35º 0.58% 0.39% -
HSV(B) 320.35º 0.74% 0.61% -
XYZ 17.71 9.94 17.81 -
YUV 84.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 156 41 117 0 0.74 0.25 0.39 320.35 0.58 0.39
Hex 9C 29 75 0 4A 19 27 140 3A 27
Octal 234 51 165 0 112 31 47 500 72 47
Binary 10011100 101001 1110101 0 1001010 11001 100111 101000000 111010 100111

Color Harmonies of #9C2975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2975

Black with #9C2975

Text Example


Text Example

White with #9C2975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,41,117); }

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

background-color css

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

 a { background-color: rgb(156,41,117); }

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

border-color css

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

 span { border-color: rgb(156,41,117); }

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