Html Css Color HEX #8853CE Amethyst

📋 copy color: '#8853CE'

red 136 ◦ green 83 ◦ blue 206

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

Shades of Amethyst #8853CE

Tints of Amethyst #8853CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 32%
G = 19.53%
B = 48.47%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8853CE (or 0x8853CE) is known color: Amethyst. HEX triplet: 88, 53 and CE. RGB value is (136,83,206). Sum of RGB (Red+Green+Blue) = 136+83+206=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8853CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8853CE is #77AC31. Grayscale: #707070. Windows color (decimal): -7842866 or 13521800. OLE color: 13521800.

HSL color Cylindrical-coordinate representation of color #8853CE: hue angle of 265.85º degrees, saturation: 0.56, 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 #8853CE is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 83 206 -
CMYK 0.34 0.60 0 0.19
HSL 265.85º 0.56% 0.57% -
HSV(B) 265.85º 0.6% 0.81% -
XYZ 24.39 15.88 60.17 -
YUV 112.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 136 83 206 0.34 0.60 0 0.19 265.85 0.56 0.57
Hex 88 53 CE 22 3C 0 13 10A 38 39
Octal 210 123 316 42 74 0 23 412 70 71
Binary 10001000 1010011 11001110 100010 111100 0 10011 100001010 111000 111001

Color Harmonies of #8853CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8853CE

Black with #8853CE

Text Example


Text Example

White with #8853CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8853CE; }

 p { color: rgb(136,83,206); }

 H1.HeaderClassName
 {
   color: #8853CE;
 }
 .AnyTagClassName
 {
   color: #8853CE;
 }
</style>

background-color css

<style>
 a { background-color: #8853CE; }

 a { background-color: rgb(136,83,206); }

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

border-color css

<style>
 span { border-color: #8853CE; }

 span { border-color: rgb(136,83,206); }

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