Html Css Color HEX #855BD0 Amethyst

📋 copy color: '#855BD0'

red 133 ◦ green 91 ◦ blue 208

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

Shades of Amethyst #855BD0

Tints of Amethyst #855BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.15%

R = 30.79%
G = 21.06%
B = 48.15%

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

#855BD0 (or 0x855BD0) is known color: Amethyst. HEX triplet: 85, 5B and D0. RGB value is (133,91,208). Sum of RGB (Red+Green+Blue) = 133+91+208=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #855BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BD0 is #7AA42F. Grayscale: #747474. Windows color (decimal): -8037424 or 13654917. OLE color: 13654917.

HSL color Cylindrical-coordinate representation of color #855BD0: hue angle of 261.54º degrees, saturation: 0.55, 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 #855BD0 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 91 208 -
CMYK 0.36 0.56 0 0.18
HSL 261.54º 0.55% 0.59% -
HSV(B) 261.54º 0.56% 0.82% -
XYZ 24.8 17.02 61.65 -
YUV 116.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 133 91 208 0.36 0.56 0 0.18 261.54 0.55 0.59
Hex 85 5B D0 24 38 0 12 106 37 3B
Octal 205 133 320 44 70 0 22 406 67 73
Binary 10000101 1011011 11010000 100100 111000 0 10010 100000110 110111 111011

Color Harmonies of #855BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BD0

Black with #855BD0

Text Example


Text Example

White with #855BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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