Html Css Color HEX #8449CF Amethyst

📋 copy color: '#8449CF'

red 132 ◦ green 73 ◦ blue 207

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

Shades of Amethyst #8449CF

Tints of Amethyst #8449CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.72%

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

R = 32.04%
G = 17.72%
B = 50.24%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8449CF (or 0x8449CF) is known color: Amethyst. HEX triplet: 84, 49 and CF. RGB value is (132,73,207). Sum of RGB (Red+Green+Blue) = 132+73+207=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #8449CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449CF is #7BB630. Grayscale: #696969. Windows color (decimal): -8107569 or 13584772. OLE color: 13584772.

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

Color convert

RGB 132 73 207 -
CMYK 0.36 0.65 0 0.19
HSL 266.42º 0.58% 0.55% -
HSV(B) 266.42º 0.65% 0.81% -
XYZ 23.16 14.18 60.55 -
YUV 105.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 132 73 207 0.36 0.65 0 0.19 266.42 0.58 0.55
Hex 84 49 CF 24 41 0 13 10A 3A 37
Octal 204 111 317 44 101 0 23 412 72 67
Binary 10000100 1001001 11001111 100100 1000001 0 10011 100001010 111010 110111

Color Harmonies of #8449CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449CF

Black with #8449CF

Text Example


Text Example

White with #8449CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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