Html Css Color HEX #9C2686 Dark Purple

📋 copy color: '#9C2686'

red 156 ◦ green 38 ◦ blue 134

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

Shades of Dark Purple #9C2686

Tints of Dark Purple #9C2686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

 BLUE value IS 134 (52.73% from 255) = 40.85%

R = 47.56%
G = 11.59%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9C2686 (or 0x9C2686) is known color: Dark Purple. HEX triplet: 9C, 26 and 86. RGB value is (156,38,134). Sum of RGB (Red+Green+Blue) = 156+38+134=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2686 is #63D979. Grayscale: #535353. Windows color (decimal): -6543738 or 8791708. OLE color: 8791708.

HSL color Cylindrical-coordinate representation of color #9C2686: hue angle of 311.19º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2686 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 38 134 -
CMYK 0 0.76 0.14 0.39
HSL 311.19º 0.61% 0.38% -
HSV(B) 311.19º 0.76% 0.61% -
XYZ 18.71 10.18 23.53 -
YUV 84.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 156 38 134 0 0.76 0.14 0.39 311.19 0.61 0.38
Hex 9C 26 86 0 4C E 27 137 3D 26
Octal 234 46 206 0 114 16 47 467 75 46
Binary 10011100 100110 10000110 0 1001100 1110 100111 100110111 111101 100110

Color Harmonies of #9C2686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2686

Black with #9C2686

Text Example


Text Example

White with #9C2686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,38,134); }

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

background-color css

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

 a { background-color: rgb(156,38,134); }

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

border-color css

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

 span { border-color: rgb(156,38,134); }

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