Html Css Color HEX #824BCF Amethyst

📋 copy color: '#824BCF'

red 130 ◦ green 75 ◦ blue 207

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

Shades of Amethyst #824BCF

Tints of Amethyst #824BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.2%

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

R = 31.55%
G = 18.2%
B = 50.24%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#824BCF (or 0x824BCF) is known color: Amethyst. HEX triplet: 82, 4B and CF. RGB value is (130,75,207). Sum of RGB (Red+Green+Blue) = 130+75+207=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #824BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BCF is #7DB430. Grayscale: #6A6A6A. Windows color (decimal): -8238129 or 13585282. OLE color: 13585282.

HSL color Cylindrical-coordinate representation of color #824BCF: hue angle of 265º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #824BCF is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 75 207 -
CMYK 0.37 0.64 0 0.19
HSL 265º 0.58% 0.55% -
HSV(B) 265º 0.64% 0.81% -
XYZ 22.98 14.28 60.58 -
YUV 106.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 130 75 207 0.37 0.64 0 0.19 265 0.58 0.55
Hex 82 4B CF 25 40 0 13 109 3A 37
Octal 202 113 317 45 100 0 23 411 72 67
Binary 10000010 1001011 11001111 100101 1000000 0 10011 100001001 111010 110111

Color Harmonies of #824BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BCF

Black with #824BCF

Text Example


Text Example

White with #824BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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