Html Css Color HEX #824ECB Amethyst

📋 copy color: '#824ECB'

red 130 ◦ green 78 ◦ blue 203

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

Shades of Amethyst #824ECB

Tints of Amethyst #824ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 31.63%
G = 18.98%
B = 49.39%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#824ECB (or 0x824ECB) is known color: Amethyst. HEX triplet: 82, 4E and CB. RGB value is (130,78,203). Sum of RGB (Red+Green+Blue) = 130+78+203=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #824ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824ECB is #7DB134. Grayscale: #6B6B6B. Windows color (decimal): -8237365 or 13323906. OLE color: 13323906.

HSL color Cylindrical-coordinate representation of color #824ECB: hue angle of 264.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #824ECB is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 78 203 -
CMYK 0.36 0.62 0 0.20
HSL 264.96º 0.55% 0.55% -
HSV(B) 264.96º 0.62% 0.8% -
XYZ 22.71 14.51 58.1 -
YUV 107.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 130 78 203 0.36 0.62 0 0.20 264.96 0.55 0.55
Hex 82 4E CB 24 3E 0 14 109 37 37
Octal 202 116 313 44 76 0 24 411 67 67
Binary 10000010 1001110 11001011 100100 111110 0 10100 100001001 110111 110111

Color Harmonies of #824ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ECB

Black with #824ECB

Text Example


Text Example

White with #824ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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