Html Css Color HEX #855BCF Amethyst

📋 copy color: '#855BCF'

red 133 ◦ green 91 ◦ blue 207

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

Shades of Amethyst #855BCF

Tints of Amethyst #855BCF

RGB

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

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

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

R = 30.86%
G = 21.11%
B = 48.03%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#855BCF (or 0x855BCF) is known color: Amethyst. HEX triplet: 85, 5B and CF. RGB value is (133,91,207). Sum of RGB (Red+Green+Blue) = 133+91+207=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #855BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BCF is #7AA430. Grayscale: #747474. Windows color (decimal): -8037425 or 13589381. OLE color: 13589381.

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

Color convert

RGB 133 91 207 -
CMYK 0.36 0.56 0 0.19
HSL 261.72º 0.55% 0.58% -
HSV(B) 261.72º 0.56% 0.81% -
XYZ 24.68 16.97 61.01 -
YUV 116.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 133 91 207 0.36 0.56 0 0.19 261.72 0.55 0.58
Hex 85 5B CF 24 38 0 13 106 37 3A
Octal 205 133 317 44 70 0 23 406 67 72
Binary 10000101 1011011 11001111 100100 111000 0 10011 100000110 110111 111010

Color Harmonies of #855BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BCF

Black with #855BCF

Text Example


Text Example

White with #855BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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