Html Css Color HEX #9A6BCE Amethyst

📋 copy color: '#9A6BCE'

red 154 ◦ green 107 ◦ blue 206

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

Shades of Amethyst #9A6BCE

Tints of Amethyst #9A6BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.91%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 32.98%
G = 22.91%
B = 44.11%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A6BCE (or 0x9A6BCE) is known color: Amethyst. HEX triplet: 9A, 6B and CE. RGB value is (154,107,206). Sum of RGB (Red+Green+Blue) = 154+107+206=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BCE is #659431. Grayscale: #838383. Windows color (decimal): -6657074 or 13527962. OLE color: 13527962.

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

Color convert

RGB 154 107 206 -
CMYK 0.25 0.48 0 0.19
HSL 268.48º 0.5% 0.61% -
HSV(B) 268.48º 0.48% 0.81% -
XYZ 29.72 21.84 61.04 -
YUV 132.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 154 107 206 0.25 0.48 0 0.19 268.48 0.5 0.61
Hex 9A 6B CE 19 30 0 13 10C 32 3D
Octal 232 153 316 31 60 0 23 414 62 75
Binary 10011010 1101011 11001110 11001 110000 0 10011 100001100 110010 111101

Color Harmonies of #9A6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6BCE

Black with #9A6BCE

Text Example


Text Example

White with #9A6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,107,206); }

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

background-color css

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

 a { background-color: rgb(154,107,206); }

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

border-color css

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

 span { border-color: rgb(154,107,206); }

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