Html Css Color HEX #855ADD Medium Purple

📋 copy color: '#855ADD'

red 133 ◦ green 90 ◦ blue 221

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

Shades of Medium Purple #855ADD

Tints of Medium Purple #855ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

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

R = 29.95%
G = 20.27%
B = 49.77%

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

#855ADD (or 0x855ADD) is known color: Medium Purple. HEX triplet: 85, 5A and DD. RGB value is (133,90,221). Sum of RGB (Red+Green+Blue) = 133+90+221=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #855ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ADD is #7AA522. Grayscale: #757575. Windows color (decimal): -8037667 or 14506629. OLE color: 14506629.

HSL color Cylindrical-coordinate representation of color #855ADD: hue angle of 259.69º 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 #855ADD is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 90 221 -
CMYK 0.40 0.59 0 0.13
HSL 259.69º 0.66% 0.61% -
HSV(B) 259.69º 0.59% 0.87% -
XYZ 26.38 17.52 70.4 -
YUV 117.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 133 90 221 0.40 0.59 0 0.13 259.69 0.66 0.61
Hex 85 5A DD 28 3B 0 D 104 42 3D
Octal 205 132 335 50 73 0 15 404 102 75
Binary 10000101 1011010 11011101 101000 111011 0 1101 100000100 1000010 111101

Color Harmonies of #855ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855ADD

Black with #855ADD

Text Example


Text Example

White with #855ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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