Html Css Color HEX #9A61DA Amethyst

📋 copy color: '#9A61DA'

red 154 ◦ green 97 ◦ blue 218

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

Shades of Amethyst #9A61DA

Tints of Amethyst #9A61DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.68%

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

R = 32.84%
G = 20.68%
B = 46.48%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A61DA (or 0x9A61DA) is known color: Amethyst. HEX triplet: 9A, 61 and DA. RGB value is (154,97,218). Sum of RGB (Red+Green+Blue) = 154+97+218=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A61DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61DA is #659E25. Grayscale: #7F7F7F. Windows color (decimal): -6659622 or 14311834. OLE color: 14311834.

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

Color convert

RGB 154 97 218 -
CMYK 0.29 0.56 0 0.15
HSL 268.26º 0.62% 0.62% -
HSV(B) 268.26º 0.56% 0.85% -
XYZ 30.26 20.48 68.69 -
YUV 127.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 154 97 218 0.29 0.56 0 0.15 268.26 0.62 0.62
Hex 9A 61 DA 1D 38 0 F 10C 3E 3E
Octal 232 141 332 35 70 0 17 414 76 76
Binary 10011010 1100001 11011010 11101 111000 0 1111 100001100 111110 111110

Color Harmonies of #9A61DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A61DA

Black with #9A61DA

Text Example


Text Example

White with #9A61DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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