Html Css Color HEX #9552CD Amethyst

📋 copy color: '#9552CD'

red 149 ◦ green 82 ◦ blue 205

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

Shades of Amethyst #9552CD

Tints of Amethyst #9552CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 34.17%
G = 18.81%
B = 47.02%

CMYK

 C value IS 0.27

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9552CD (or 0x9552CD) is known color: Amethyst. HEX triplet: 95, 52 and CD. RGB value is (149,82,205). Sum of RGB (Red+Green+Blue) = 149+82+205=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9552CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552CD is #6AAD32. Grayscale: #737373. Windows color (decimal): -6991155 or 13456021. OLE color: 13456021.

HSL color Cylindrical-coordinate representation of color #9552CD: hue angle of 272.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9552CD is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 82 205 -
CMYK 0.27 0.6 0 0.20
HSL 272.68º 0.55% 0.56% -
HSV(B) 272.68º 0.6% 0.8% -
XYZ 26.43 16.83 59.61 -
YUV 116.06 178.2 151.5 -
System Red Green Blue C M Y K H S L
Decimal 149 82 205 0.27 0.6 0 0.20 272.68 0.55 0.56
Hex 95 52 CD 1B 3C 0 14 111 37 38
Octal 225 122 315 33 74 0 24 421 67 70
Binary 10010101 1010010 11001101 11011 111100 0 10100 100010001 110111 111000

Color Harmonies of #9552CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552CD

Black with #9552CD

Text Example


Text Example

White with #9552CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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