Html Css Color HEX #8458CE Amethyst

📋 copy color: '#8458CE'

red 132 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #8458CE

Tints of Amethyst #8458CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.66%

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

R = 30.99%
G = 20.66%
B = 48.36%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8458CE (or 0x8458CE) is known color: Amethyst. HEX triplet: 84, 58 and CE. RGB value is (132,88,206). Sum of RGB (Red+Green+Blue) = 132+88+206=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #8458CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458CE is #7BA731. Grayscale: #727272. Windows color (decimal): -8103730 or 13523076. OLE color: 13523076.

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

Color convert

RGB 132 88 206 -
CMYK 0.36 0.57 0 0.19
HSL 262.37º 0.55% 0.58% -
HSV(B) 262.37º 0.57% 0.81% -
XYZ 24.15 16.34 60.27 -
YUV 114.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 132 88 206 0.36 0.57 0 0.19 262.37 0.55 0.58
Hex 84 58 CE 24 39 0 13 106 37 3A
Octal 204 130 316 44 71 0 23 406 67 72
Binary 10000100 1011000 11001110 100100 111001 0 10011 100000110 110111 111010

Color Harmonies of #8458CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8458CE

Black with #8458CE

Text Example


Text Example

White with #8458CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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