Html Css Color HEX #9C3185 Dark Purple

📋 copy color: '#9C3185'

red 156 ◦ green 49 ◦ blue 133

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

Shades of Dark Purple #9C3185

Tints of Dark Purple #9C3185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.5%

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 46.15%
G = 14.5%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C3185 (or 0x9C3185) is known color: Dark Purple. HEX triplet: 9C, 31 and 85. RGB value is (156,49,133). Sum of RGB (Red+Green+Blue) = 156+49+133=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3185 is #63CE7A. Grayscale: #5A5A5A. Windows color (decimal): -6540923 or 8728988. OLE color: 8728988.

HSL color Cylindrical-coordinate representation of color #9C3185: hue angle of 312.9º degrees, saturation: 0.52, 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 #9C3185 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 49 133 -
CMYK 0 0.69 0.15 0.39
HSL 312.9º 0.52% 0.4% -
HSV(B) 312.9º 0.69% 0.61% -
XYZ 19.04 10.96 23.3 -
YUV 90.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 156 49 133 0 0.69 0.15 0.39 312.9 0.52 0.4
Hex 9C 31 85 0 45 F 27 139 34 28
Octal 234 61 205 0 105 17 47 471 64 50
Binary 10011100 110001 10000101 0 1000101 1111 100111 100111001 110100 101000

Color Harmonies of #9C3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3185

Black with #9C3185

Text Example


Text Example

White with #9C3185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,49,133); }

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

background-color css

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

 a { background-color: rgb(156,49,133); }

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

border-color css

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

 span { border-color: rgb(156,49,133); }

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