Html Css Color HEX #885CDB Medium Purple

📋 copy color: '#885CDB'

red 136 ◦ green 92 ◦ blue 219

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

Shades of Medium Purple #885CDB

Tints of Medium Purple #885CDB

RGB

 RED value IS 136 (53.52% from 255) = 30.43%

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

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

R = 30.43%
G = 20.58%
B = 48.99%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#885CDB (or 0x885CDB) is known color: Medium Purple. HEX triplet: 88, 5C and DB. RGB value is (136,92,219). Sum of RGB (Red+Green+Blue) = 136+92+219=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #885CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CDB is #77A324. Grayscale: #777777. Windows color (decimal): -7840549 or 14376072. OLE color: 14376072.

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

Color convert

RGB 136 92 219 -
CMYK 0.38 0.58 0 0.14
HSL 260.79º 0.64% 0.61% -
HSV(B) 260.79º 0.58% 0.86% -
XYZ 26.77 18 69.08 -
YUV 119.63 184.08 139.67 -
System Red Green Blue C M Y K H S L
Decimal 136 92 219 0.38 0.58 0 0.14 260.79 0.64 0.61
Hex 88 5C DB 26 3A 0 E 105 40 3D
Octal 210 134 333 46 72 0 16 405 100 75
Binary 10001000 1011100 11011011 100110 111010 0 1110 100000101 1000000 111101

Color Harmonies of #885CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CDB

Black with #885CDB

Text Example


Text Example

White with #885CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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