Html Css Color HEX #8451CA Amethyst

📋 copy color: '#8451CA'

red 132 ◦ green 81 ◦ blue 202

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

Shades of Amethyst #8451CA

Tints of Amethyst #8451CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

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

R = 31.81%
G = 19.52%
B = 48.67%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8451CA (or 0x8451CA) is known color: Amethyst. HEX triplet: 84, 51 and CA. RGB value is (132,81,202). Sum of RGB (Red+Green+Blue) = 132+81+202=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #8451CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451CA is #7BAE35. Grayscale: #6D6D6D. Windows color (decimal): -8105526 or 13259140. OLE color: 13259140.

HSL color Cylindrical-coordinate representation of color #8451CA: hue angle of 265.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8451CA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 81 202 -
CMYK 0.35 0.60 0 0.21
HSL 265.29º 0.53% 0.55% -
HSV(B) 265.29º 0.6% 0.79% -
XYZ 23.12 15.05 57.56 -
YUV 110.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 132 81 202 0.35 0.60 0 0.21 265.29 0.53 0.55
Hex 84 51 CA 23 3C 0 15 109 35 37
Octal 204 121 312 43 74 0 25 411 65 67
Binary 10000100 1010001 11001010 100011 111100 0 10101 100001001 110101 110111

Color Harmonies of #8451CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8451CA

Black with #8451CA

Text Example


Text Example

White with #8451CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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