Html Css Color HEX #8458CF Amethyst

📋 copy color: '#8458CF'

red 132 ◦ green 88 ◦ blue 207

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

Shades of Amethyst #8458CF

Tints of Amethyst #8458CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 30.91%
G = 20.61%
B = 48.48%

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

#8458CF (or 0x8458CF) is known color: Amethyst. HEX triplet: 84, 58 and CF. RGB value is (132,88,207). Sum of RGB (Red+Green+Blue) = 132+88+207=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #8458CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458CF is #7BA730. Grayscale: #727272. Windows color (decimal): -8103729 or 13588612. OLE color: 13588612.

HSL color Cylindrical-coordinate representation of color #8458CF: hue angle of 262.18º 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 #8458CF is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 88 207 -
CMYK 0.36 0.57 0 0.19
HSL 262.18º 0.55% 0.58% -
HSV(B) 262.18º 0.57% 0.81% -
XYZ 24.27 16.39 60.92 -
YUV 114.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 132 88 207 0.36 0.57 0 0.19 262.18 0.55 0.58
Hex 84 58 CF 24 39 0 13 106 37 3A
Octal 204 130 317 44 71 0 23 406 67 72
Binary 10000100 1011000 11001111 100100 111001 0 10011 100000110 110111 111010

Color Harmonies of #8458CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8458CF

Black with #8458CF

Text Example


Text Example

White with #8458CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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