Html Css Color HEX #855DDB Medium Purple

📋 copy color: '#855DDB'

red 133 ◦ green 93 ◦ blue 219

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

Shades of Medium Purple #855DDB

Tints of Medium Purple #855DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.9%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 29.89%
G = 20.9%
B = 49.21%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#855DDB (or 0x855DDB) is known color: Medium Purple. HEX triplet: 85, 5D and DB. RGB value is (133,93,219). Sum of RGB (Red+Green+Blue) = 133+93+219=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #855DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DDB is #7AA224. Grayscale: #767676. Windows color (decimal): -8036901 or 14376325. OLE color: 14376325.

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

Color convert

RGB 133 93 219 -
CMYK 0.39 0.58 0 0.14
HSL 259.05º 0.64% 0.61% -
HSV(B) 259.05º 0.58% 0.86% -
XYZ 26.37 17.93 69.09 -
YUV 119.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 133 93 219 0.39 0.58 0 0.14 259.05 0.64 0.61
Hex 85 5D DB 27 3A 0 E 103 40 3D
Octal 205 135 333 47 72 0 16 403 100 75
Binary 10000101 1011101 11011011 100111 111010 0 1110 100000011 1000000 111101

Color Harmonies of #855DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DDB

Black with #855DDB

Text Example


Text Example

White with #855DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,93,219); }

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

background-color css

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

 a { background-color: rgb(133,93,219); }

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

border-color css

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

 span { border-color: rgb(133,93,219); }

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