Html Css Color HEX #9A6CCF Amethyst

📋 copy color: '#9A6CCF'

red 154 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #9A6CCF

Tints of Amethyst #9A6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.03%

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 32.84%
G = 23.03%
B = 44.14%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A6CCF (or 0x9A6CCF) is known color: Amethyst. HEX triplet: 9A, 6C and CF. RGB value is (154,108,207). Sum of RGB (Red+Green+Blue) = 154+108+207=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CCF is #659330. Grayscale: #848484. Windows color (decimal): -6656817 or 13593754. OLE color: 13593754.

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

Color convert

RGB 154 108 207 -
CMYK 0.26 0.48 0 0.19
HSL 267.88º 0.51% 0.62% -
HSV(B) 267.88º 0.48% 0.81% -
XYZ 29.95 22.1 61.72 -
YUV 133.04 169.74 142.95 -
System Red Green Blue C M Y K H S L
Decimal 154 108 207 0.26 0.48 0 0.19 267.88 0.51 0.62
Hex 9A 6C CF 1A 30 0 13 10C 33 3E
Octal 232 154 317 32 60 0 23 414 63 76
Binary 10011010 1101100 11001111 11010 110000 0 10011 100001100 110011 111110

Color Harmonies of #9A6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6CCF

Black with #9A6CCF

Text Example


Text Example

White with #9A6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,108,207); }

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

background-color css

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

 a { background-color: rgb(154,108,207); }

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

border-color css

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

 span { border-color: rgb(154,108,207); }

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