Html Css Color HEX #855FE0 Medium Purple

📋 copy color: '#855FE0'

red 133 ◦ green 95 ◦ blue 224

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

Shades of Medium Purple #855FE0

Tints of Medium Purple #855FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 29.42%
G = 21.02%
B = 49.56%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#855FE0 (or 0x855FE0) is known color: Medium Purple. HEX triplet: 85, 5F and E0. RGB value is (133,95,224). Sum of RGB (Red+Green+Blue) = 133+95+224=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #855FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FE0 is #7AA01F. Grayscale: #787878. Windows color (decimal): -8036384 or 14704517. OLE color: 14704517.

HSL color Cylindrical-coordinate representation of color #855FE0: hue angle of 257.67º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855FE0 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 95 224 -
CMYK 0.41 0.58 0 0.12
HSL 257.67º 0.68% 0.63% -
HSV(B) 257.67º 0.58% 0.88% -
XYZ 27.22 18.55 72.67 -
YUV 121.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 133 95 224 0.41 0.58 0 0.12 257.67 0.68 0.63
Hex 85 5F E0 29 3A 0 C 102 44 3F
Octal 205 137 340 51 72 0 14 402 104 77
Binary 10000101 1011111 11100000 101001 111010 0 1100 100000010 1000100 111111

Color Harmonies of #855FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FE0

Black with #855FE0

Text Example


Text Example

White with #855FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,95,224); }

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

background-color css

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

 a { background-color: rgb(133,95,224); }

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

border-color css

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

 span { border-color: rgb(133,95,224); }

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