Html Css Color HEX #855AD6 Medium Purple

📋 copy color: '#855AD6'

red 133 ◦ green 90 ◦ blue 214

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

Shades of Medium Purple #855AD6

Tints of Medium Purple #855AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 30.43%
G = 20.59%
B = 48.97%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#855AD6 (or 0x855AD6) is known color: Medium Purple. HEX triplet: 85, 5A and D6. RGB value is (133,90,214). Sum of RGB (Red+Green+Blue) = 133+90+214=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #855AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855AD6 is #7AA529. Grayscale: #747474. Windows color (decimal): -8037674 or 14047877. OLE color: 14047877.

HSL color Cylindrical-coordinate representation of color #855AD6: hue angle of 260.81º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855AD6 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 90 214 -
CMYK 0.38 0.58 0 0.16
HSL 260.81º 0.6% 0.6% -
HSV(B) 260.81º 0.58% 0.84% -
XYZ 25.47 17.15 65.59 -
YUV 116.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 133 90 214 0.38 0.58 0 0.16 260.81 0.6 0.6
Hex 85 5A D6 26 3A 0 10 105 3C 3C
Octal 205 132 326 46 72 0 20 405 74 74
Binary 10000101 1011010 11010110 100110 111010 0 10000 100000101 111100 111100

Color Harmonies of #855AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855AD6

Black with #855AD6

Text Example


Text Example

White with #855AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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