Html Css Color HEX #9A6CC4 Amethyst

📋 copy color: '#9A6CC4'

red 154 ◦ green 108 ◦ blue 196

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

Shades of Amethyst #9A6CC4

Tints of Amethyst #9A6CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.79%

R = 33.62%
G = 23.58%
B = 42.79%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9A6CC4 (or 0x9A6CC4) is known color: Amethyst. HEX triplet: 9A, 6C and C4. RGB value is (154,108,196). Sum of RGB (Red+Green+Blue) = 154+108+196=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A6CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CC4 is #65933B. Grayscale: #838383. Windows color (decimal): -6656828 or 12872858. OLE color: 12872858.

HSL color Cylindrical-coordinate representation of color #9A6CC4: hue angle of 271.36º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A6CC4 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 154 108 196 -
CMYK 0.21 0.45 0 0.23
HSL 271.36º 0.43% 0.6% -
HSV(B) 271.36º 0.45% 0.77% -
XYZ 28.65 21.58 54.88 -
YUV 131.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 154 108 196 0.21 0.45 0 0.23 271.36 0.43 0.6
Hex 9A 6C C4 15 2D 0 17 10F 2B 3C
Octal 232 154 304 25 55 0 27 417 53 74
Binary 10011010 1101100 11000100 10101 101101 0 10111 100001111 101011 111100

Color Harmonies of #9A6CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6CC4

Black with #9A6CC4

Text Example


Text Example

White with #9A6CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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