Html Css Color HEX #9A66DA Amethyst

📋 copy color: '#9A66DA'

red 154 ◦ green 102 ◦ blue 218

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

Shades of Amethyst #9A66DA

Tints of Amethyst #9A66DA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.52%

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 32.49%
G = 21.52%
B = 45.99%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A66DA (or 0x9A66DA) is known color: Amethyst. HEX triplet: 9A, 66 and DA. RGB value is (154,102,218). Sum of RGB (Red+Green+Blue) = 154+102+218=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A66DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66DA is #659925. Grayscale: #828282. Windows color (decimal): -6658342 or 14313114. OLE color: 14313114.

HSL color Cylindrical-coordinate representation of color #9A66DA: hue angle of 266.9º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A66DA is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 102 218 -
CMYK 0.29 0.53 0 0.15
HSL 266.9º 0.61% 0.63% -
HSV(B) 266.9º 0.53% 0.85% -
XYZ 30.73 21.43 68.85 -
YUV 130.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 154 102 218 0.29 0.53 0 0.15 266.9 0.61 0.63
Hex 9A 66 DA 1D 35 0 F 10B 3D 3F
Octal 232 146 332 35 65 0 17 413 75 77
Binary 10011010 1100110 11011010 11101 110101 0 1111 100001011 111101 111111

Color Harmonies of #9A66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A66DA

Black with #9A66DA

Text Example


Text Example

White with #9A66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,102,218); }

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

background-color css

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

 a { background-color: rgb(154,102,218); }

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

border-color css

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

 span { border-color: rgb(154,102,218); }

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