Html Css Color HEX #855BDA Medium Purple

📋 copy color: '#855BDA'

red 133 ◦ green 91 ◦ blue 218

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

Shades of Medium Purple #855BDA

Tints of Medium Purple #855BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.59%

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 30.09%
G = 20.59%
B = 49.32%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#855BDA (or 0x855BDA) is known color: Medium Purple. HEX triplet: 85, 5B and DA. RGB value is (133,91,218). Sum of RGB (Red+Green+Blue) = 133+91+218=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #855BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BDA is #7AA425. Grayscale: #757575. Windows color (decimal): -8037414 or 14310277. OLE color: 14310277.

HSL color Cylindrical-coordinate representation of color #855BDA: hue angle of 259.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855BDA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 91 218 -
CMYK 0.39 0.58 0 0.15
HSL 259.84º 0.63% 0.61% -
HSV(B) 259.84º 0.58% 0.85% -
XYZ 26.07 17.53 68.34 -
YUV 118.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 133 91 218 0.39 0.58 0 0.15 259.84 0.63 0.61
Hex 85 5B DA 27 3A 0 F 104 3F 3D
Octal 205 133 332 47 72 0 17 404 77 75
Binary 10000101 1011011 11011010 100111 111010 0 1111 100000100 111111 111101

Color Harmonies of #855BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BDA

Black with #855BDA

Text Example


Text Example

White with #855BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,91,218); }

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

background-color css

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

 a { background-color: rgb(133,91,218); }

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

border-color css

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

 span { border-color: rgb(133,91,218); }

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