Html Css Color HEX #9C2075 Dark Purple

📋 copy color: '#9C2075'

red 156 ◦ green 32 ◦ blue 117

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

Shades of Dark Purple #9C2075

Tints of Dark Purple #9C2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 51.15%
G = 10.49%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C2075 (or 0x9C2075) is known color: Dark Purple. HEX triplet: 9C, 20 and 75. RGB value is (156,32,117). Sum of RGB (Red+Green+Blue) = 156+32+117=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2075 is #63DF8A. Grayscale: #4E4E4E. Windows color (decimal): -6545291 or 7676060. OLE color: 7676060.

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

Color convert

RGB 156 32 117 -
CMYK 0 0.79 0.25 0.39
HSL 318.87º 0.66% 0.37% -
HSV(B) 318.87º 0.79% 0.61% -
XYZ 17.44 9.39 17.72 -
YUV 78.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 156 32 117 0 0.79 0.25 0.39 318.87 0.66 0.37
Hex 9C 20 75 0 4F 19 27 13F 42 25
Octal 234 40 165 0 117 31 47 477 102 45
Binary 10011100 100000 1110101 0 1001111 11001 100111 100111111 1000010 100101

Color Harmonies of #9C2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2075

Black with #9C2075

Text Example


Text Example

White with #9C2075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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