Html Css Color HEX #8550CB Amethyst

📋 copy color: '#8550CB'

red 133 ◦ green 80 ◦ blue 203

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

Shades of Amethyst #8550CB

Tints of Amethyst #8550CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 31.97%
G = 19.23%
B = 48.8%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8550CB (or 0x8550CB) is known color: Amethyst. HEX triplet: 85, 50 and CB. RGB value is (133,80,203). Sum of RGB (Red+Green+Blue) = 133+80+203=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #8550CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550CB is #7AAF34. Grayscale: #6D6D6D. Windows color (decimal): -8040245 or 13324421. OLE color: 13324421.

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

Color convert

RGB 133 80 203 -
CMYK 0.34 0.61 0 0.20
HSL 265.85º 0.54% 0.55% -
HSV(B) 265.85º 0.61% 0.8% -
XYZ 23.32 15.04 58.17 -
YUV 109.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 133 80 203 0.34 0.61 0 0.20 265.85 0.54 0.55
Hex 85 50 CB 22 3D 0 14 10A 36 37
Octal 205 120 313 42 75 0 24 412 66 67
Binary 10000101 1010000 11001011 100010 111101 0 10100 100001010 110110 110111

Color Harmonies of #8550CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550CB

Black with #8550CB

Text Example


Text Example

White with #8550CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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