Html Css Color HEX #9C3583 Dark Purple

📋 copy color: '#9C3583'

red 156 ◦ green 53 ◦ blue 131

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

Shades of Dark Purple #9C3583

Tints of Dark Purple #9C3583

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.59%

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 45.88%
G = 15.59%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C3583 (or 0x9C3583) is known color: Dark Purple. HEX triplet: 9C, 35 and 83. RGB value is (156,53,131). Sum of RGB (Red+Green+Blue) = 156+53+131=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3583 is #63CA7C. Grayscale: #5C5C5C. Windows color (decimal): -6539901 or 8598940. OLE color: 8598940.

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

Color convert

RGB 156 53 131 -
CMYK 0 0.66 0.16 0.39
HSL 314.56º 0.49% 0.41% -
HSV(B) 314.56º 0.66% 0.61% -
XYZ 19.08 11.25 22.64 -
YUV 92.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 156 53 131 0 0.66 0.16 0.39 314.56 0.49 0.41
Hex 9C 35 83 0 42 10 27 13B 31 29
Octal 234 65 203 0 102 20 47 473 61 51
Binary 10011100 110101 10000011 0 1000010 10000 100111 100111011 110001 101001

Color Harmonies of #9C3583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3583

Black with #9C3583

Text Example


Text Example

White with #9C3583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,53,131); }

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

background-color css

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

 a { background-color: rgb(156,53,131); }

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

border-color css

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

 span { border-color: rgb(156,53,131); }

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