Html Css Color HEX #824DCB Amethyst

📋 copy color: '#824DCB'

red 130 ◦ green 77 ◦ blue 203

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

Shades of Amethyst #824DCB

Tints of Amethyst #824DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.78%

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

R = 31.71%
G = 18.78%
B = 49.51%

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

#824DCB (or 0x824DCB) is known color: Amethyst. HEX triplet: 82, 4D and CB. RGB value is (130,77,203). Sum of RGB (Red+Green+Blue) = 130+77+203=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #824DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DCB is #7DB234. Grayscale: #6A6A6A. Windows color (decimal): -8237621 or 13323650. OLE color: 13323650.

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

Color convert

RGB 130 77 203 -
CMYK 0.36 0.62 0 0.20
HSL 265.24º 0.55% 0.55% -
HSV(B) 265.24º 0.62% 0.8% -
XYZ 22.64 14.37 58.08 -
YUV 107.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 130 77 203 0.36 0.62 0 0.20 265.24 0.55 0.55
Hex 82 4D CB 24 3E 0 14 109 37 37
Octal 202 115 313 44 76 0 24 411 67 67
Binary 10000010 1001101 11001011 100100 111110 0 10100 100001001 110111 110111

Color Harmonies of #824DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DCB

Black with #824DCB

Text Example


Text Example

White with #824DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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