Html Css Color HEX #9A68BF Amethyst

📋 copy color: '#9A68BF'

red 154 ◦ green 104 ◦ blue 191

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

Shades of Amethyst #9A68BF

Tints of Amethyst #9A68BF

RGB

 RED value IS 154 (60.55% from 255) = 34.3%

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 34.3%
G = 23.16%
B = 42.54%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A68BF (or 0x9A68BF) is known color: Amethyst. HEX triplet: 9A, 68 and BF. RGB value is (154,104,191). Sum of RGB (Red+Green+Blue) = 154+104+191=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A68BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68BF is #659740. Grayscale: #808080. Windows color (decimal): -6657857 or 12544154. OLE color: 12544154.

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

Color convert

RGB 154 104 191 -
CMYK 0.19 0.46 0 0.25
HSL 274.48º 0.4% 0.58% -
HSV(B) 274.48º 0.46% 0.75% -
XYZ 27.68 20.53 51.79 -
YUV 128.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 154 104 191 0.19 0.46 0 0.25 274.48 0.4 0.58
Hex 9A 68 BF 13 2E 0 19 112 28 3A
Octal 232 150 277 23 56 0 31 422 50 72
Binary 10011010 1101000 10111111 10011 101110 0 11001 100010010 101000 111010

Color Harmonies of #9A68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A68BF

Black with #9A68BF

Text Example


Text Example

White with #9A68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,104,191); }

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

background-color css

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

 a { background-color: rgb(154,104,191); }

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

border-color css

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

 span { border-color: rgb(154,104,191); }

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