Html Css Color HEX #824ECE Amethyst

📋 copy color: '#824ECE'

red 130 ◦ green 78 ◦ blue 206

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

Shades of Amethyst #824ECE

Tints of Amethyst #824ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 31.4%
G = 18.84%
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

#824ECE (or 0x824ECE) is known color: Amethyst. HEX triplet: 82, 4E and CE. RGB value is (130,78,206). Sum of RGB (Red+Green+Blue) = 130+78+206=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #824ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824ECE is #7DB131. Grayscale: #6B6B6B. Windows color (decimal): -8237362 or 13520514. OLE color: 13520514.

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

Color convert

RGB 130 78 206 -
CMYK 0.37 0.62 0 0.19
HSL 264.38º 0.57% 0.56% -
HSV(B) 264.38º 0.62% 0.81% -
XYZ 23.07 14.65 60 -
YUV 108.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 130 78 206 0.37 0.62 0 0.19 264.38 0.57 0.56
Hex 82 4E CE 25 3E 0 13 108 39 38
Octal 202 116 316 45 76 0 23 410 71 70
Binary 10000010 1001110 11001110 100101 111110 0 10011 100001000 111001 111000

Color Harmonies of #824ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ECE

Black with #824ECE

Text Example


Text Example

White with #824ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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