Html Css Color HEX #9C3075 Dark Purple

📋 copy color: '#9C3075'

red 156 ◦ green 48 ◦ blue 117

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

Shades of Dark Purple #9C3075

Tints of Dark Purple #9C3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 48.6%
G = 14.95%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C3075 (or 0x9C3075) is known color: Dark Purple. HEX triplet: 9C, 30 and 75. RGB value is (156,48,117). Sum of RGB (Red+Green+Blue) = 156+48+117=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3075 is #63CF8A. Grayscale: #575757. Windows color (decimal): -6541195 or 7680156. OLE color: 7680156.

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

Color convert

RGB 156 48 117 -
CMYK 0 0.69 0.25 0.39
HSL 321.67º 0.53% 0.4% -
HSV(B) 321.67º 0.69% 0.61% -
XYZ 17.98 10.47 17.9 -
YUV 88.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 156 48 117 0 0.69 0.25 0.39 321.67 0.53 0.4
Hex 9C 30 75 0 45 19 27 142 35 28
Octal 234 60 165 0 105 31 47 502 65 50
Binary 10011100 110000 1110101 0 1000101 11001 100111 101000010 110101 101000

Color Harmonies of #9C3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3075

Black with #9C3075

Text Example


Text Example

White with #9C3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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