Html Css Color HEX #9552DD Amethyst

📋 copy color: '#9552DD'

red 149 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #9552DD

Tints of Amethyst #9552DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 32.96%
G = 18.14%
B = 48.89%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9552DD (or 0x9552DD) is known color: Amethyst. HEX triplet: 95, 52 and DD. RGB value is (149,82,221). Sum of RGB (Red+Green+Blue) = 149+82+221=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #9552DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552DD is #6AAD22. Grayscale: #757575. Windows color (decimal): -6991139 or 14504597. OLE color: 14504597.

HSL color Cylindrical-coordinate representation of color #9552DD: hue angle of 268.92º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9552DD is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 82 221 -
CMYK 0.33 0.63 0 0.13
HSL 268.92º 0.67% 0.59% -
HSV(B) 268.92º 0.63% 0.87% -
XYZ 28.46 17.64 70.31 -
YUV 117.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 149 82 221 0.33 0.63 0 0.13 268.92 0.67 0.59
Hex 95 52 DD 21 3F 0 D 10D 43 3B
Octal 225 122 335 41 77 0 15 415 103 73
Binary 10010101 1010010 11011101 100001 111111 0 1101 100001101 1000011 111011

Color Harmonies of #9552DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552DD

Black with #9552DD

Text Example


Text Example

White with #9552DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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