Html Css Color HEX #9C6ABE Amethyst

📋 copy color: '#9C6ABE'

red 156 ◦ green 106 ◦ blue 190

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

Shades of Amethyst #9C6ABE

Tints of Amethyst #9C6ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.45%

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 34.51%
G = 23.45%
B = 42.04%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C6ABE (or 0x9C6ABE) is known color: Amethyst. HEX triplet: 9C, 6A and BE. RGB value is (156,106,190). Sum of RGB (Red+Green+Blue) = 156+106+190=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C6ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6ABE is #639541. Grayscale: #828282. Windows color (decimal): -6526274 or 12479132. OLE color: 12479132.

HSL color Cylindrical-coordinate representation of color #9C6ABE: hue angle of 275.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C6ABE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 106 190 -
CMYK 0.18 0.44 0 0.25
HSL 275.71º 0.39% 0.58% -
HSV(B) 275.71º 0.44% 0.75% -
XYZ 28.16 21.09 51.3 -
YUV 130.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 156 106 190 0.18 0.44 0 0.25 275.71 0.39 0.58
Hex 9C 6A BE 12 2C 0 19 114 27 3A
Octal 234 152 276 22 54 0 31 424 47 72
Binary 10011100 1101010 10111110 10010 101100 0 11001 100010100 100111 111010

Color Harmonies of #9C6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6ABE

Black with #9C6ABE

Text Example


Text Example

White with #9C6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,106,190); }

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

background-color css

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

 a { background-color: rgb(156,106,190); }

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

border-color css

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

 span { border-color: rgb(156,106,190); }

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