Html Css Color HEX #9C6FCE Amethyst

📋 copy color: '#9C6FCE'

red 156 ◦ green 111 ◦ blue 206

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

Shades of Amethyst #9C6FCE

Tints of Amethyst #9C6FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.47%

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

R = 32.98%
G = 23.47%
B = 43.55%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C6FCE (or 0x9C6FCE) is known color: Amethyst. HEX triplet: 9C, 6F and CE. RGB value is (156,111,206). Sum of RGB (Red+Green+Blue) = 156+111+206=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C6FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FCE is #639031. Grayscale: #868686. Windows color (decimal): -6524978 or 13528988. OLE color: 13528988.

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

Color convert

RGB 156 111 206 -
CMYK 0.24 0.46 0 0.19
HSL 268.42º 0.49% 0.62% -
HSV(B) 268.42º 0.46% 0.81% -
XYZ 30.54 22.89 61.2 -
YUV 135.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 156 111 206 0.24 0.46 0 0.19 268.42 0.49 0.62
Hex 9C 6F CE 18 2E 0 13 10C 31 3E
Octal 234 157 316 30 56 0 23 414 61 76
Binary 10011100 1101111 11001110 11000 101110 0 10011 100001100 110001 111110

Color Harmonies of #9C6FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FCE

Black with #9C6FCE

Text Example


Text Example

White with #9C6FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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