Html Css Color HEX #8452CE Amethyst

📋 copy color: '#8452CE'

red 132 ◦ green 82 ◦ blue 206

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

Shades of Amethyst #8452CE

Tints of Amethyst #8452CE

RGB

 RED value IS 132 (51.95% from 255) = 31.43%

 GREEN value IS 82 (32.42% from 255) = 19.52%

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

R = 31.43%
G = 19.52%
B = 49.05%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8452CE (or 0x8452CE) is known color: Amethyst. HEX triplet: 84, 52 and CE. RGB value is (132,82,206). Sum of RGB (Red+Green+Blue) = 132+82+206=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #8452CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452CE is #7BAD31. Grayscale: #6E6E6E. Windows color (decimal): -8105266 or 13521540. OLE color: 13521540.

HSL color Cylindrical-coordinate representation of color #8452CE: hue angle of 264.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8452CE is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 82 206 -
CMYK 0.36 0.60 0 0.19
HSL 264.19º 0.56% 0.56% -
HSV(B) 264.19º 0.6% 0.81% -
XYZ 23.67 15.4 60.12 -
YUV 111.09 181.57 142.92 -
System Red Green Blue C M Y K H S L
Decimal 132 82 206 0.36 0.60 0 0.19 264.19 0.56 0.56
Hex 84 52 CE 24 3C 0 13 108 38 38
Octal 204 122 316 44 74 0 23 410 70 70
Binary 10000100 1010010 11001110 100100 111100 0 10011 100001000 111000 111000

Color Harmonies of #8452CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8452CE

Black with #8452CE

Text Example


Text Example

White with #8452CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,82,206); }

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

background-color css

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

 a { background-color: rgb(132,82,206); }

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

border-color css

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

 span { border-color: rgb(132,82,206); }

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