Html Css Color HEX #8552CF Amethyst

📋 copy color: '#8552CF'

red 133 ◦ green 82 ◦ blue 207

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

Shades of Amethyst #8552CF

Tints of Amethyst #8552CF

RGB

 RED value IS 133 (52.34% from 255) = 31.52%

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

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

R = 31.52%
G = 19.43%
B = 49.05%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8552CF (or 0x8552CF) is known color: Amethyst. HEX triplet: 85, 52 and CF. RGB value is (133,82,207). Sum of RGB (Red+Green+Blue) = 133+82+207=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #8552CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552CF is #7AAD30. Grayscale: #6F6F6F. Windows color (decimal): -8039729 or 13587077. OLE color: 13587077.

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

Color convert

RGB 133 82 207 -
CMYK 0.36 0.60 0 0.19
HSL 264.48º 0.57% 0.57% -
HSV(B) 264.48º 0.6% 0.81% -
XYZ 23.95 15.53 60.77 -
YUV 111.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 133 82 207 0.36 0.60 0 0.19 264.48 0.57 0.57
Hex 85 52 CF 24 3C 0 13 108 39 39
Octal 205 122 317 44 74 0 23 410 71 71
Binary 10000101 1010010 11001111 100100 111100 0 10011 100001000 111001 111001

Color Harmonies of #8552CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8552CF

Black with #8552CF

Text Example


Text Example

White with #8552CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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