Html Css Color HEX #855BDC Medium Purple

📋 copy color: '#855BDC'

red 133 ◦ green 91 ◦ blue 220

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

Shades of Medium Purple #855BDC

Tints of Medium Purple #855BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 29.95%
G = 20.5%
B = 49.55%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#855BDC (or 0x855BDC) is known color: Medium Purple. HEX triplet: 85, 5B and DC. RGB value is (133,91,220). Sum of RGB (Red+Green+Blue) = 133+91+220=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #855BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BDC is #7AA423. Grayscale: #757575. Windows color (decimal): -8037412 or 14441349. OLE color: 14441349.

HSL color Cylindrical-coordinate representation of color #855BDC: hue angle of 259.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855BDC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 91 220 -
CMYK 0.40 0.59 0 0.14
HSL 259.53º 0.65% 0.61% -
HSV(B) 259.53º 0.59% 0.86% -
XYZ 26.33 17.64 69.73 -
YUV 118.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 133 91 220 0.40 0.59 0 0.14 259.53 0.65 0.61
Hex 85 5B DC 28 3B 0 E 104 41 3D
Octal 205 133 334 50 73 0 16 404 101 75
Binary 10000101 1011011 11011100 101000 111011 0 1110 100000100 1000001 111101

Color Harmonies of #855BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BDC

Black with #855BDC

Text Example


Text Example

White with #855BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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