Html Css Color HEX #824FCF Amethyst

📋 copy color: '#824FCF'

red 130 ◦ green 79 ◦ blue 207

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

Shades of Amethyst #824FCF

Tints of Amethyst #824FCF

RGB

 RED value IS 130 (51.17% from 255) = 31.25%

 GREEN value IS 79 (31.25% from 255) = 18.99%

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

R = 31.25%
G = 18.99%
B = 49.76%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#824FCF (or 0x824FCF) is known color: Amethyst. HEX triplet: 82, 4F and CF. RGB value is (130,79,207). Sum of RGB (Red+Green+Blue) = 130+79+207=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #824FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FCF is #7DB030. Grayscale: #6C6C6C. Windows color (decimal): -8237105 or 13586306. OLE color: 13586306.

HSL color Cylindrical-coordinate representation of color #824FCF: hue angle of 263.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #824FCF is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 79 207 -
CMYK 0.37 0.62 0 0.19
HSL 263.91º 0.57% 0.56% -
HSV(B) 263.91º 0.62% 0.81% -
XYZ 23.26 14.84 60.67 -
YUV 108.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 130 79 207 0.37 0.62 0 0.19 263.91 0.57 0.56
Hex 82 4F CF 25 3E 0 13 108 39 38
Octal 202 117 317 45 76 0 23 410 71 70
Binary 10000010 1001111 11001111 100101 111110 0 10011 100001000 111001 111000

Color Harmonies of #824FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FCF

Black with #824FCF

Text Example


Text Example

White with #824FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824FCF; }

 p { color: rgb(130,79,207); }

 H1.HeaderClassName
 {
   color: #824FCF;
 }
 .AnyTagClassName
 {
   color: #824FCF;
 }
</style>

background-color css

<style>
 a { background-color: #824FCF; }

 a { background-color: rgb(130,79,207); }

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

border-color css

<style>
 span { border-color: #824FCF; }

 span { border-color: rgb(130,79,207); }

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