Html Css Color HEX #824FCB Amethyst

📋 copy color: '#824FCB'

red 130 ◦ green 79 ◦ blue 203

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

Shades of Amethyst #824FCB

Tints of Amethyst #824FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

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

R = 31.55%
G = 19.17%
B = 49.27%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#824FCB (or 0x824FCB) is known color: Amethyst. HEX triplet: 82, 4F and CB. RGB value is (130,79,203). Sum of RGB (Red+Green+Blue) = 130+79+203=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #824FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FCB is #7DB034. Grayscale: #6B6B6B. Windows color (decimal): -8237109 or 13324162. OLE color: 13324162.

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

Color convert

RGB 130 79 203 -
CMYK 0.36 0.61 0 0.20
HSL 264.68º 0.54% 0.55% -
HSV(B) 264.68º 0.61% 0.8% -
XYZ 22.78 14.65 58.13 -
YUV 108.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 130 79 203 0.36 0.61 0 0.20 264.68 0.54 0.55
Hex 82 4F CB 24 3D 0 14 109 36 37
Octal 202 117 313 44 75 0 24 411 66 67
Binary 10000010 1001111 11001011 100100 111101 0 10100 100001001 110110 110111

Color Harmonies of #824FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FCB

Black with #824FCB

Text Example


Text Example

White with #824FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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