Html Css Color HEX #8850CB Amethyst

📋 copy color: '#8850CB'

red 136 ◦ green 80 ◦ blue 203

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

Shades of Amethyst #8850CB

Tints of Amethyst #8850CB

RGB

 RED value IS 136 (53.52% from 255) = 32.46%

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

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

R = 32.46%
G = 19.09%
B = 48.45%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8850CB (or 0x8850CB) is known color: Amethyst. HEX triplet: 88, 50 and CB. RGB value is (136,80,203). Sum of RGB (Red+Green+Blue) = 136+80+203=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #8850CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850CB is #77AF34. Grayscale: #6E6E6E. Windows color (decimal): -7843637 or 13324424. OLE color: 13324424.

HSL color Cylindrical-coordinate representation of color #8850CB: hue angle of 267.32º 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 #8850CB is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 80 203 -
CMYK 0.33 0.61 0 0.20
HSL 267.32º 0.54% 0.55% -
HSV(B) 267.32º 0.61% 0.8% -
XYZ 23.8 15.28 58.2 -
YUV 110.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 136 80 203 0.33 0.61 0 0.20 267.32 0.54 0.55
Hex 88 50 CB 21 3D 0 14 10B 36 37
Octal 210 120 313 41 75 0 24 413 66 67
Binary 10001000 1010000 11001011 100001 111101 0 10100 100001011 110110 110111

Color Harmonies of #8850CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8850CB

Black with #8850CB

Text Example


Text Example

White with #8850CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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