Html Css Color HEX #855CDB Medium Purple

📋 copy color: '#855CDB'

red 133 ◦ green 92 ◦ blue 219

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

Shades of Medium Purple #855CDB

Tints of Medium Purple #855CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.72%

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

R = 29.95%
G = 20.72%
B = 49.32%

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

#855CDB (or 0x855CDB) is known color: Medium Purple. HEX triplet: 85, 5C and DB. RGB value is (133,92,219). Sum of RGB (Red+Green+Blue) = 133+92+219=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #855CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CDB is #7AA324. Grayscale: #767676. Windows color (decimal): -8037157 or 14376069. OLE color: 14376069.

HSL color Cylindrical-coordinate representation of color #855CDB: hue angle of 259.37º 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 #855CDB is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 92 219 -
CMYK 0.39 0.58 0 0.14
HSL 259.37º 0.64% 0.61% -
HSV(B) 259.37º 0.58% 0.86% -
XYZ 26.29 17.76 69.06 -
YUV 118.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 133 92 219 0.39 0.58 0 0.14 259.37 0.64 0.61
Hex 85 5C DB 27 3A 0 E 103 40 3D
Octal 205 134 333 47 72 0 16 403 100 75
Binary 10000101 1011100 11011011 100111 111010 0 1110 100000011 1000000 111101

Color Harmonies of #855CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CDB

Black with #855CDB

Text Example


Text Example

White with #855CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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