Html Css Color HEX #855BD5 Medium Purple

📋 copy color: '#855BD5'

red 133 ◦ green 91 ◦ blue 213

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

Shades of Medium Purple #855BD5

Tints of Medium Purple #855BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.74%

R = 30.43%
G = 20.82%
B = 48.74%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#855BD5 (or 0x855BD5) is known color: Medium Purple. HEX triplet: 85, 5B and D5. RGB value is (133,91,213). Sum of RGB (Red+Green+Blue) = 133+91+213=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #855BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BD5 is #7AA42A. Grayscale: #757575. Windows color (decimal): -8037419 or 13982597. OLE color: 13982597.

HSL color Cylindrical-coordinate representation of color #855BD5: hue angle of 260.66º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #855BD5 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 91 213 -
CMYK 0.38 0.57 0 0.16
HSL 260.66º 0.59% 0.6% -
HSV(B) 260.66º 0.57% 0.84% -
XYZ 25.42 17.27 64.94 -
YUV 117.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 133 91 213 0.38 0.57 0 0.16 260.66 0.59 0.6
Hex 85 5B D5 26 39 0 10 105 3B 3C
Octal 205 133 325 46 71 0 20 405 73 74
Binary 10000101 1011011 11010101 100110 111001 0 10000 100000101 111011 111100

Color Harmonies of #855BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BD5

Black with #855BD5

Text Example


Text Example

White with #855BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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