Html Css Color HEX #9552CE Amethyst

📋 copy color: '#9552CE'

red 149 ◦ green 82 ◦ blue 206

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

Shades of Amethyst #9552CE

Tints of Amethyst #9552CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 34.1%
G = 18.76%
B = 47.14%

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

#9552CE (or 0x9552CE) is known color: Amethyst. HEX triplet: 95, 52 and CE. RGB value is (149,82,206). Sum of RGB (Red+Green+Blue) = 149+82+206=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #9552CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552CE is #6AAD31. Grayscale: #737373. Windows color (decimal): -6991154 or 13521557. OLE color: 13521557.

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

Color convert

RGB 149 82 206 -
CMYK 0.28 0.60 0 0.19
HSL 272.42º 0.56% 0.56% -
HSV(B) 272.42º 0.6% 0.81% -
XYZ 26.55 16.88 60.25 -
YUV 116.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 149 82 206 0.28 0.60 0 0.19 272.42 0.56 0.56
Hex 95 52 CE 1C 3C 0 13 110 38 38
Octal 225 122 316 34 74 0 23 420 70 70
Binary 10010101 1010010 11001110 11100 111100 0 10011 100010000 111000 111000

Color Harmonies of #9552CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552CE

Black with #9552CE

Text Example


Text Example

White with #9552CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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