Html Css Color HEX #8550CC Amethyst

📋 copy color: '#8550CC'

red 133 ◦ green 80 ◦ blue 204

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

Shades of Amethyst #8550CC

Tints of Amethyst #8550CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 31.89%
G = 19.18%
B = 48.92%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8550CC (or 0x8550CC) is known color: Amethyst. HEX triplet: 85, 50 and CC. RGB value is (133,80,204). Sum of RGB (Red+Green+Blue) = 133+80+204=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #8550CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550CC is #7AAF33. Grayscale: #6D6D6D. Windows color (decimal): -8040244 or 13389957. OLE color: 13389957.

HSL color Cylindrical-coordinate representation of color #8550CC: hue angle of 265.65º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8550CC is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 80 204 -
CMYK 0.35 0.61 0 0.2
HSL 265.65º 0.55% 0.56% -
HSV(B) 265.65º 0.61% 0.8% -
XYZ 23.44 15.08 58.8 -
YUV 109.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 133 80 204 0.35 0.61 0 0.2 265.65 0.55 0.56
Hex 85 50 CC 23 3D 0 14 10A 37 38
Octal 205 120 314 43 75 0 24 412 67 70
Binary 10000101 1010000 11001100 100011 111101 0 10100 100001010 110111 111000

Color Harmonies of #8550CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550CC

Black with #8550CC

Text Example


Text Example

White with #8550CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8550CC; }

 p { color: rgb(133,80,204); }

 H1.HeaderClassName
 {
   color: #8550CC;
 }
 .AnyTagClassName
 {
   color: #8550CC;
 }
</style>

background-color css

<style>
 a { background-color: #8550CC; }

 a { background-color: rgb(133,80,204); }

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

border-color css

<style>
 span { border-color: #8550CC; }

 span { border-color: rgb(133,80,204); }

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