Html Css Color HEX #9C68BE Amethyst

📋 copy color: '#9C68BE'

red 156 ◦ green 104 ◦ blue 190

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

Shades of Amethyst #9C68BE

Tints of Amethyst #9C68BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.11%

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

R = 34.67%
G = 23.11%
B = 42.22%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C68BE (or 0x9C68BE) is known color: Amethyst. HEX triplet: 9C, 68 and BE. RGB value is (156,104,190). Sum of RGB (Red+Green+Blue) = 156+104+190=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C68BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68BE is #639741. Grayscale: #818181. Windows color (decimal): -6526786 or 12478620. OLE color: 12478620.

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

Color convert

RGB 156 104 190 -
CMYK 0.18 0.45 0 0.25
HSL 276.28º 0.4% 0.58% -
HSV(B) 276.28º 0.45% 0.75% -
XYZ 27.95 20.69 51.23 -
YUV 129.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 156 104 190 0.18 0.45 0 0.25 276.28 0.4 0.58
Hex 9C 68 BE 12 2D 0 19 114 28 3A
Octal 234 150 276 22 55 0 31 424 50 72
Binary 10011100 1101000 10111110 10010 101101 0 11001 100010100 101000 111010

Color Harmonies of #9C68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C68BE

Black with #9C68BE

Text Example


Text Example

White with #9C68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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