Html Css Color HEX #855EDD Medium Purple

📋 copy color: '#855EDD'

red 133 ◦ green 94 ◦ blue 221

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

Shades of Medium Purple #855EDD

Tints of Medium Purple #855EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.98%

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

R = 29.69%
G = 20.98%
B = 49.33%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#855EDD (or 0x855EDD) is known color: Medium Purple. HEX triplet: 85, 5E and DD. RGB value is (133,94,221). Sum of RGB (Red+Green+Blue) = 133+94+221=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #855EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855EDD is #7AA122. Grayscale: #777777. Windows color (decimal): -8036643 or 14507653. OLE color: 14507653.

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

Color convert

RGB 133 94 221 -
CMYK 0.40 0.57 0 0.13
HSL 258.43º 0.65% 0.62% -
HSV(B) 258.43º 0.57% 0.87% -
XYZ 26.73 18.21 70.51 -
YUV 120.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 133 94 221 0.40 0.57 0 0.13 258.43 0.65 0.62
Hex 85 5E DD 28 39 0 D 102 41 3E
Octal 205 136 335 50 71 0 15 402 101 76
Binary 10000101 1011110 11011101 101000 111001 0 1101 100000010 1000001 111110

Color Harmonies of #855EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EDD

Black with #855EDD

Text Example


Text Example

White with #855EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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