Html Css Color HEX #824CCF Amethyst

📋 copy color: '#824CCF'

red 130 ◦ green 76 ◦ blue 207

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

Shades of Amethyst #824CCF

Tints of Amethyst #824CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

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

R = 31.48%
G = 18.4%
B = 50.12%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#824CCF (or 0x824CCF) is known color: Amethyst. HEX triplet: 82, 4C and CF. RGB value is (130,76,207). Sum of RGB (Red+Green+Blue) = 130+76+207=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #824CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CCF is #7DB330. Grayscale: #6A6A6A. Windows color (decimal): -8237873 or 13585538. OLE color: 13585538.

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

Color convert

RGB 130 76 207 -
CMYK 0.37 0.63 0 0.19
HSL 264.73º 0.58% 0.55% -
HSV(B) 264.73º 0.63% 0.81% -
XYZ 23.05 14.42 60.6 -
YUV 107.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 130 76 207 0.37 0.63 0 0.19 264.73 0.58 0.55
Hex 82 4C CF 25 3F 0 13 109 3A 37
Octal 202 114 317 45 77 0 23 411 72 67
Binary 10000010 1001100 11001111 100101 111111 0 10011 100001001 111010 110111

Color Harmonies of #824CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CCF

Black with #824CCF

Text Example


Text Example

White with #824CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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