Html Css Color HEX #9C6ECE Amethyst

📋 copy color: '#9C6ECE'

red 156 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #9C6ECE

Tints of Amethyst #9C6ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.31%

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

R = 33.05%
G = 23.31%
B = 43.64%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C6ECE (or 0x9C6ECE) is known color: Amethyst. HEX triplet: 9C, 6E and CE. RGB value is (156,110,206). Sum of RGB (Red+Green+Blue) = 156+110+206=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6ECE is #639131. Grayscale: #868686. Windows color (decimal): -6525234 or 13528732. OLE color: 13528732.

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

Color convert

RGB 156 110 206 -
CMYK 0.24 0.47 0 0.19
HSL 268.75º 0.49% 0.62% -
HSV(B) 268.75º 0.47% 0.81% -
XYZ 30.43 22.68 61.17 -
YUV 134.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 156 110 206 0.24 0.47 0 0.19 268.75 0.49 0.62
Hex 9C 6E CE 18 2F 0 13 10D 31 3E
Octal 234 156 316 30 57 0 23 415 61 76
Binary 10011100 1101110 11001110 11000 101111 0 10011 100001101 110001 111110

Color Harmonies of #9C6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6ECE

Black with #9C6ECE

Text Example


Text Example

White with #9C6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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