Html Css Color HEX #824ECF Amethyst

📋 copy color: '#824ECF'

red 130 ◦ green 78 ◦ blue 207

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

Shades of Amethyst #824ECF

Tints of Amethyst #824ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.8%

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

R = 31.33%
G = 18.8%
B = 49.88%

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

#824ECF (or 0x824ECF) is known color: Amethyst. HEX triplet: 82, 4E and CF. RGB value is (130,78,207). Sum of RGB (Red+Green+Blue) = 130+78+207=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #824ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824ECF is #7DB130. Grayscale: #6B6B6B. Windows color (decimal): -8237361 or 13586050. OLE color: 13586050.

HSL color Cylindrical-coordinate representation of color #824ECF: hue angle of 264.19º 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 #824ECF is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 78 207 -
CMYK 0.37 0.62 0 0.19
HSL 264.19º 0.57% 0.56% -
HSV(B) 264.19º 0.62% 0.81% -
XYZ 23.19 14.7 60.65 -
YUV 108.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 130 78 207 0.37 0.62 0 0.19 264.19 0.57 0.56
Hex 82 4E CF 25 3E 0 13 108 39 38
Octal 202 116 317 45 76 0 23 410 71 70
Binary 10000010 1001110 11001111 100101 111110 0 10011 100001000 111001 111000

Color Harmonies of #824ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ECF

Black with #824ECF

Text Example


Text Example

White with #824ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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