Html Css Color HEX #9552D8 Amethyst

📋 copy color: '#9552D8'

red 149 ◦ green 82 ◦ blue 216

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

Shades of Amethyst #9552D8

Tints of Amethyst #9552D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 33.33%
G = 18.34%
B = 48.32%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9552D8 (or 0x9552D8) is known color: Amethyst. HEX triplet: 95, 52 and D8. RGB value is (149,82,216). Sum of RGB (Red+Green+Blue) = 149+82+216=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #9552D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552D8 is #6AAD27. Grayscale: #747474. Windows color (decimal): -6991144 or 14176917. OLE color: 14176917.

HSL color Cylindrical-coordinate representation of color #9552D8: hue angle of 270º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9552D8 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 82 216 -
CMYK 0.31 0.62 0 0.15
HSL 270º 0.63% 0.58% -
HSV(B) 270º 0.62% 0.85% -
XYZ 27.81 17.38 66.86 -
YUV 117.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 149 82 216 0.31 0.62 0 0.15 270 0.63 0.58
Hex 95 52 D8 1F 3E 0 F 10E 3F 3A
Octal 225 122 330 37 76 0 17 416 77 72
Binary 10010101 1010010 11011000 11111 111110 0 1111 100001110 111111 111010

Color Harmonies of #9552D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552D8

Black with #9552D8

Text Example


Text Example

White with #9552D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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