Html Css Color HEX #854DCB Amethyst

📋 copy color: '#854DCB'

red 133 ◦ green 77 ◦ blue 203

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

Shades of Amethyst #854DCB

Tints of Amethyst #854DCB

RGB

 RED value IS 133 (52.34% from 255) = 32.2%

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

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

R = 32.2%
G = 18.64%
B = 49.15%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#854DCB (or 0x854DCB) is known color: Amethyst. HEX triplet: 85, 4D and CB. RGB value is (133,77,203). Sum of RGB (Red+Green+Blue) = 133+77+203=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #854DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DCB is #7AB234. Grayscale: #6B6B6B. Windows color (decimal): -8041013 or 13323653. OLE color: 13323653.

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

Color convert

RGB 133 77 203 -
CMYK 0.34 0.62 0 0.20
HSL 266.67º 0.55% 0.55% -
HSV(B) 266.67º 0.62% 0.8% -
XYZ 23.11 14.61 58.1 -
YUV 108.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 133 77 203 0.34 0.62 0 0.20 266.67 0.55 0.55
Hex 85 4D CB 22 3E 0 14 10B 37 37
Octal 205 115 313 42 76 0 24 413 67 67
Binary 10000101 1001101 11001011 100010 111110 0 10100 100001011 110111 110111

Color Harmonies of #854DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DCB

Black with #854DCB

Text Example


Text Example

White with #854DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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