Html Css Color HEX #9A52CF Amethyst

📋 copy color: '#9A52CF'

red 154 ◦ green 82 ◦ blue 207

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

Shades of Amethyst #9A52CF

Tints of Amethyst #9A52CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.51%

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

R = 34.76%
G = 18.51%
B = 46.73%

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

#9A52CF (or 0x9A52CF) is known color: Amethyst. HEX triplet: 9A, 52 and CF. RGB value is (154,82,207). Sum of RGB (Red+Green+Blue) = 154+82+207=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52CF is #65AD30. Grayscale: #757575. Windows color (decimal): -6663473 or 13587098. OLE color: 13587098.

HSL color Cylindrical-coordinate representation of color #9A52CF: hue angle of 274.56º degrees, saturation: 0.57, 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 #9A52CF is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 82 207 -
CMYK 0.26 0.60 0 0.19
HSL 274.56º 0.57% 0.57% -
HSV(B) 274.56º 0.6% 0.81% -
XYZ 27.61 17.41 60.94 -
YUV 117.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 154 82 207 0.26 0.60 0 0.19 274.56 0.57 0.57
Hex 9A 52 CF 1A 3C 0 13 113 39 39
Octal 232 122 317 32 74 0 23 423 71 71
Binary 10011010 1010010 11001111 11010 111100 0 10011 100010011 111001 111001

Color Harmonies of #9A52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A52CF

Black with #9A52CF

Text Example


Text Example

White with #9A52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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