Html Css Color HEX #9552CF Amethyst

📋 copy color: '#9552CF'

red 149 ◦ green 82 ◦ blue 207

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

Shades of Amethyst #9552CF

Tints of Amethyst #9552CF

RGB

 RED value IS 149 (58.59% from 255) = 34.02%

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

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

R = 34.02%
G = 18.72%
B = 47.26%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9552CF (or 0x9552CF) is known color: Amethyst. HEX triplet: 95, 52 and CF. RGB value is (149,82,207). Sum of RGB (Red+Green+Blue) = 149+82+207=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #9552CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552CF is #6AAD30. Grayscale: #737373. Windows color (decimal): -6991153 or 13587093. OLE color: 13587093.

HSL color Cylindrical-coordinate representation of color #9552CF: hue angle of 272.16º 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 #9552CF is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 82 207 -
CMYK 0.28 0.60 0 0.19
HSL 272.16º 0.57% 0.57% -
HSV(B) 272.16º 0.6% 0.81% -
XYZ 26.67 16.93 60.89 -
YUV 116.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 149 82 207 0.28 0.60 0 0.19 272.16 0.57 0.57
Hex 95 52 CF 1C 3C 0 13 110 39 39
Octal 225 122 317 34 74 0 23 420 71 71
Binary 10010101 1010010 11001111 11100 111100 0 10011 100010000 111001 111001

Color Harmonies of #9552CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552CF

Black with #9552CF

Text Example


Text Example

White with #9552CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9552CF; }

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

 H1.HeaderClassName
 {
   color: #9552CF;
 }
 .AnyTagClassName
 {
   color: #9552CF;
 }
</style>

background-color css

<style>
 a { background-color: #9552CF; }

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

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

border-color css

<style>
 span { border-color: #9552CF; }

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

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