Html Css Color HEX #8458CA Amethyst

📋 copy color: '#8458CA'

red 132 ◦ green 88 ◦ blue 202

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

Shades of Amethyst #8458CA

Tints of Amethyst #8458CA

RGB

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

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

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

R = 31.28%
G = 20.85%
B = 47.87%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8458CA (or 0x8458CA) is known color: Amethyst. HEX triplet: 84, 58 and CA. RGB value is (132,88,202). Sum of RGB (Red+Green+Blue) = 132+88+202=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #8458CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458CA is #7BA735. Grayscale: #717171. Windows color (decimal): -8103734 or 13260932. OLE color: 13260932.

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

Color convert

RGB 132 88 202 -
CMYK 0.35 0.56 0 0.21
HSL 263.16º 0.52% 0.57% -
HSV(B) 263.16º 0.56% 0.79% -
XYZ 23.67 16.15 57.75 -
YUV 114.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 132 88 202 0.35 0.56 0 0.21 263.16 0.52 0.57
Hex 84 58 CA 23 38 0 15 107 34 39
Octal 204 130 312 43 70 0 25 407 64 71
Binary 10000100 1011000 11001010 100011 111000 0 10101 100000111 110100 111001

Color Harmonies of #8458CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8458CA

Black with #8458CA

Text Example


Text Example

White with #8458CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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