Html Css Color HEX #9C3483 Dark Purple

📋 copy color: '#9C3483'

red 156 ◦ green 52 ◦ blue 131

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

Shades of Dark Purple #9C3483

Tints of Dark Purple #9C3483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

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

R = 46.02%
G = 15.34%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C3483 (or 0x9C3483) is known color: Dark Purple. HEX triplet: 9C, 34 and 83. RGB value is (156,52,131). Sum of RGB (Red+Green+Blue) = 156+52+131=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3483 is #63CB7C. Grayscale: #5B5B5B. Windows color (decimal): -6540157 or 8598684. OLE color: 8598684.

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

Color convert

RGB 156 52 131 -
CMYK 0 0.67 0.16 0.39
HSL 314.42º 0.5% 0.41% -
HSV(B) 314.42º 0.67% 0.61% -
XYZ 19.04 11.16 22.62 -
YUV 92.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 156 52 131 0 0.67 0.16 0.39 314.42 0.5 0.41
Hex 9C 34 83 0 43 10 27 13A 32 29
Octal 234 64 203 0 103 20 47 472 62 51
Binary 10011100 110100 10000011 0 1000011 10000 100111 100111010 110010 101001

Color Harmonies of #9C3483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3483

Black with #9C3483

Text Example


Text Example

White with #9C3483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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