Html Css Color HEX #875CDD Medium Purple

📋 copy color: '#875CDD'

red 135 ◦ green 92 ◦ blue 221

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

Shades of Medium Purple #875CDD

Tints of Medium Purple #875CDD

RGB

 RED value IS 135 (53.13% from 255) = 30.13%

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 30.13%
G = 20.54%
B = 49.33%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#875CDD (or 0x875CDD) is known color: Medium Purple. HEX triplet: 87, 5C and DD. RGB value is (135,92,221). Sum of RGB (Red+Green+Blue) = 135+92+221=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #875CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CDD is #78A322. Grayscale: #777777. Windows color (decimal): -7906083 or 14507143. OLE color: 14507143.

HSL color Cylindrical-coordinate representation of color #875CDD: hue angle of 260º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875CDD is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 92 221 -
CMYK 0.39 0.58 0 0.13
HSL 260º 0.65% 0.61% -
HSV(B) 260º 0.58% 0.87% -
XYZ 26.87 18.03 70.47 -
YUV 119.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 135 92 221 0.39 0.58 0 0.13 260 0.65 0.61
Hex 87 5C DD 27 3A 0 D 104 41 3D
Octal 207 134 335 47 72 0 15 404 101 75
Binary 10000111 1011100 11011101 100111 111010 0 1101 100000100 1000001 111101

Color Harmonies of #875CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CDD

Black with #875CDD

Text Example


Text Example

White with #875CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875CDD; }

 p { color: rgb(135,92,221); }

 H1.HeaderClassName
 {
   color: #875CDD;
 }
 .AnyTagClassName
 {
   color: #875CDD;
 }
</style>

background-color css

<style>
 a { background-color: #875CDD; }

 a { background-color: rgb(135,92,221); }

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

border-color css

<style>
 span { border-color: #875CDD; }

 span { border-color: rgb(135,92,221); }

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