Html Css Color HEX #855EDF Medium Purple

📋 copy color: '#855EDF'

red 133 ◦ green 94 ◦ blue 223

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

Shades of Medium Purple #855EDF

Tints of Medium Purple #855EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 29.56%
G = 20.89%
B = 49.56%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#855EDF (or 0x855EDF) is known color: Medium Purple. HEX triplet: 85, 5E and DF. RGB value is (133,94,223). Sum of RGB (Red+Green+Blue) = 133+94+223=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #855EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855EDF is #7AA120. Grayscale: #777777. Windows color (decimal): -8036641 or 14638725. OLE color: 14638725.

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

Color convert

RGB 133 94 223 -
CMYK 0.40 0.58 0 0.13
HSL 258.14º 0.67% 0.62% -
HSV(B) 258.14º 0.58% 0.87% -
XYZ 26.99 18.32 71.93 -
YUV 120.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 133 94 223 0.40 0.58 0 0.13 258.14 0.67 0.62
Hex 85 5E DF 28 3A 0 D 102 43 3E
Octal 205 136 337 50 72 0 15 402 103 76
Binary 10000101 1011110 11011111 101000 111010 0 1101 100000010 1000011 111110

Color Harmonies of #855EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EDF

Black with #855EDF

Text Example


Text Example

White with #855EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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