Html Css Color HEX #875DBE Lilac Bush

📋 copy color: '#875DBE'

red 135 ◦ green 93 ◦ blue 190

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

Shades of Lilac Bush #875DBE

Tints of Lilac Bush #875DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 32.3%
G = 22.25%
B = 45.45%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#875DBE (or 0x875DBE) is known color: Lilac Bush. HEX triplet: 87, 5D and BE. RGB value is (135,93,190). Sum of RGB (Red+Green+Blue) = 135+93+190=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #875DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DBE is #78A241. Grayscale: #747474. Windows color (decimal): -7905858 or 12475783. OLE color: 12475783.

HSL color Cylindrical-coordinate representation of color #875DBE: hue angle of 265.98º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875DBE is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 93 190 -
CMYK 0.29 0.51 0 0.25
HSL 265.98º 0.43% 0.55% -
HSV(B) 265.98º 0.51% 0.75% -
XYZ 23.2 16.7 50.72 -
YUV 116.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 135 93 190 0.29 0.51 0 0.25 265.98 0.43 0.55
Hex 87 5D BE 1D 33 0 19 10A 2B 37
Octal 207 135 276 35 63 0 31 412 53 67
Binary 10000111 1011101 10111110 11101 110011 0 11001 100001010 101011 110111

Color Harmonies of #875DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DBE

Black with #875DBE

Text Example


Text Example

White with #875DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,190); }

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

background-color css

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

 a { background-color: rgb(135,93,190); }

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

border-color css

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

 span { border-color: rgb(135,93,190); }

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