Html Css Color HEX #9C71CE Amethyst

📋 copy color: '#9C71CE'

red 156 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #9C71CE

Tints of Amethyst #9C71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.79%

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 32.84%
G = 23.79%
B = 43.37%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C71CE (or 0x9C71CE) is known color: Amethyst. HEX triplet: 9C, 71 and CE. RGB value is (156,113,206). Sum of RGB (Red+Green+Blue) = 156+113+206=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C71CE is #638E31. Grayscale: #888888. Windows color (decimal): -6524466 or 13529500. OLE color: 13529500.

HSL color Cylindrical-coordinate representation of color #9C71CE: hue angle of 267.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C71CE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 113 206 -
CMYK 0.24 0.45 0 0.19
HSL 267.74º 0.49% 0.63% -
HSV(B) 267.74º 0.45% 0.81% -
XYZ 30.76 23.33 61.28 -
YUV 136.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 156 113 206 0.24 0.45 0 0.19 267.74 0.49 0.63
Hex 9C 71 CE 18 2D 0 13 10C 31 3F
Octal 234 161 316 30 55 0 23 414 61 77
Binary 10011100 1110001 11001110 11000 101101 0 10011 100001100 110001 111111

Color Harmonies of #9C71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C71CE

Black with #9C71CE

Text Example


Text Example

White with #9C71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,206); }

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

background-color css

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

 a { background-color: rgb(156,113,206); }

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

border-color css

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

 span { border-color: rgb(156,113,206); }

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