Html Css Color HEX #855BDD Medium Purple

📋 copy color: '#855BDD'

red 133 ◦ green 91 ◦ blue 221

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

Shades of Medium Purple #855BDD

Tints of Medium Purple #855BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 29.89%
G = 20.45%
B = 49.66%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#855BDD (or 0x855BDD) is known color: Medium Purple. HEX triplet: 85, 5B and DD. RGB value is (133,91,221). Sum of RGB (Red+Green+Blue) = 133+91+221=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #855BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BDD is #7AA422. Grayscale: #757575. Windows color (decimal): -8037411 or 14506885. OLE color: 14506885.

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

Color convert

RGB 133 91 221 -
CMYK 0.40 0.59 0 0.13
HSL 259.38º 0.66% 0.61% -
HSV(B) 259.38º 0.59% 0.87% -
XYZ 26.47 17.69 70.43 -
YUV 118.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 133 91 221 0.40 0.59 0 0.13 259.38 0.66 0.61
Hex 85 5B DD 28 3B 0 D 103 42 3D
Octal 205 133 335 50 73 0 15 403 102 75
Binary 10000101 1011011 11011101 101000 111011 0 1101 100000011 1000010 111101

Color Harmonies of #855BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BDD

Black with #855BDD

Text Example


Text Example

White with #855BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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