Html Css Color HEX #8856CA Amethyst

📋 copy color: '#8856CA'

red 136 ◦ green 86 ◦ blue 202

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

Shades of Amethyst #8856CA

Tints of Amethyst #8856CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.28%

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 32.08%
G = 20.28%
B = 47.64%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8856CA (or 0x8856CA) is known color: Amethyst. HEX triplet: 88, 56 and CA. RGB value is (136,86,202). Sum of RGB (Red+Green+Blue) = 136+86+202=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #8856CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8856CA is #77A935. Grayscale: #717171. Windows color (decimal): -7842102 or 13260424. OLE color: 13260424.

HSL color Cylindrical-coordinate representation of color #8856CA: hue angle of 265.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8856CA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 86 202 -
CMYK 0.33 0.57 0 0.21
HSL 265.86º 0.52% 0.56% -
HSV(B) 265.86º 0.57% 0.79% -
XYZ 24.14 16.15 57.72 -
YUV 114.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 136 86 202 0.33 0.57 0 0.21 265.86 0.52 0.56
Hex 88 56 CA 21 39 0 15 10A 34 38
Octal 210 126 312 41 71 0 25 412 64 70
Binary 10001000 1010110 11001010 100001 111001 0 10101 100001010 110100 111000

Color Harmonies of #8856CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8856CA

Black with #8856CA

Text Example


Text Example

White with #8856CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8856CA; }

 p { color: rgb(136,86,202); }

 H1.HeaderClassName
 {
   color: #8856CA;
 }
 .AnyTagClassName
 {
   color: #8856CA;
 }
</style>

background-color css

<style>
 a { background-color: #8856CA; }

 a { background-color: rgb(136,86,202); }

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

border-color css

<style>
 span { border-color: #8856CA; }

 span { border-color: rgb(136,86,202); }

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