Html Css Color HEX #9A53CF Amethyst

📋 copy color: '#9A53CF'

red 154 ◦ green 83 ◦ blue 207

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

Shades of Amethyst #9A53CF

Tints of Amethyst #9A53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.69%

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

R = 34.68%
G = 18.69%
B = 46.62%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A53CF (or 0x9A53CF) is known color: Amethyst. HEX triplet: 9A, 53 and CF. RGB value is (154,83,207). Sum of RGB (Red+Green+Blue) = 154+83+207=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A53CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A53CF is #65AC30. Grayscale: #757575. Windows color (decimal): -6663217 or 13587354. OLE color: 13587354.

HSL color Cylindrical-coordinate representation of color #9A53CF: hue angle of 274.35º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A53CF is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 83 207 -
CMYK 0.26 0.60 0 0.19
HSL 274.35º 0.56% 0.57% -
HSV(B) 274.35º 0.6% 0.81% -
XYZ 27.68 17.56 60.96 -
YUV 118.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 154 83 207 0.26 0.60 0 0.19 274.35 0.56 0.57
Hex 9A 53 CF 1A 3C 0 13 112 38 39
Octal 232 123 317 32 74 0 23 422 70 71
Binary 10011010 1010011 11001111 11010 111100 0 10011 100010010 111000 111001

Color Harmonies of #9A53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A53CF

Black with #9A53CF

Text Example


Text Example

White with #9A53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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