Html Css Color HEX #9C3183 Dark Purple

📋 copy color: '#9C3183'

red 156 ◦ green 49 ◦ blue 131

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

Shades of Dark Purple #9C3183

Tints of Dark Purple #9C3183

RGB

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

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

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

R = 46.43%
G = 14.58%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C3183 (or 0x9C3183) is known color: Dark Purple. HEX triplet: 9C, 31 and 83. RGB value is (156,49,131). Sum of RGB (Red+Green+Blue) = 156+49+131=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3183 is #63CE7C. Grayscale: #5A5A5A. Windows color (decimal): -6540925 or 8597916. OLE color: 8597916.

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

Color convert

RGB 156 49 131 -
CMYK 0 0.69 0.16 0.39
HSL 314.02º 0.52% 0.4% -
HSV(B) 314.02º 0.69% 0.61% -
XYZ 18.91 10.9 22.58 -
YUV 90.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 156 49 131 0 0.69 0.16 0.39 314.02 0.52 0.4
Hex 9C 31 83 0 45 10 27 13A 34 28
Octal 234 61 203 0 105 20 47 472 64 50
Binary 10011100 110001 10000011 0 1000101 10000 100111 100111010 110100 101000

Color Harmonies of #9C3183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3183

Black with #9C3183

Text Example


Text Example

White with #9C3183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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