Html Css Color HEX #855BD1 Amethyst

📋 copy color: '#855BD1'

red 133 ◦ green 91 ◦ blue 209

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

Shades of Amethyst #855BD1

Tints of Amethyst #855BD1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.02%

 BLUE value IS 209 (82.03% from 255) = 48.27%

R = 30.72%
G = 21.02%
B = 48.27%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#855BD1 (or 0x855BD1) is known color: Amethyst. HEX triplet: 85, 5B and D1. RGB value is (133,91,209). Sum of RGB (Red+Green+Blue) = 133+91+209=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #855BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BD1 is #7AA42E. Grayscale: #747474. Windows color (decimal): -8037423 or 13720453. OLE color: 13720453.

HSL color Cylindrical-coordinate representation of color #855BD1: hue angle of 261.36º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855BD1 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 91 209 -
CMYK 0.36 0.56 0 0.18
HSL 261.36º 0.56% 0.59% -
HSV(B) 261.36º 0.56% 0.82% -
XYZ 24.92 17.07 62.3 -
YUV 117.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 133 91 209 0.36 0.56 0 0.18 261.36 0.56 0.59
Hex 85 5B D1 24 38 0 12 105 38 3B
Octal 205 133 321 44 70 0 22 405 70 73
Binary 10000101 1011011 11010001 100100 111000 0 10010 100000101 111000 111011

Color Harmonies of #855BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BD1

Black with #855BD1

Text Example


Text Example

White with #855BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855BD1; }

 p { color: rgb(133,91,209); }

 H1.HeaderClassName
 {
   color: #855BD1;
 }
 .AnyTagClassName
 {
   color: #855BD1;
 }
</style>

background-color css

<style>
 a { background-color: #855BD1; }

 a { background-color: rgb(133,91,209); }

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

border-color css

<style>
 span { border-color: #855BD1; }

 span { border-color: rgb(133,91,209); }

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