Html Css Color HEX #875CBE Lilac Bush

📋 copy color: '#875CBE'

red 135 ◦ green 92 ◦ blue 190

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

Shades of Lilac Bush #875CBE

Tints of Lilac Bush #875CBE

RGB

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

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

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

R = 32.37%
G = 22.06%
B = 45.56%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#875CBE (or 0x875CBE) is known color: Lilac Bush. HEX triplet: 87, 5C and BE. RGB value is (135,92,190). Sum of RGB (Red+Green+Blue) = 135+92+190=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #875CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CBE is #78A341. Grayscale: #737373. Windows color (decimal): -7906114 or 12475527. OLE color: 12475527.

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

Color convert

RGB 135 92 190 -
CMYK 0.29 0.52 0 0.25
HSL 266.33º 0.43% 0.55% -
HSV(B) 266.33º 0.52% 0.75% -
XYZ 23.11 16.52 50.69 -
YUV 116.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 135 92 190 0.29 0.52 0 0.25 266.33 0.43 0.55
Hex 87 5C BE 1D 34 0 19 10A 2B 37
Octal 207 134 276 35 64 0 31 412 53 67
Binary 10000111 1011100 10111110 11101 110100 0 11001 100001010 101011 110111

Color Harmonies of #875CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CBE

Black with #875CBE

Text Example


Text Example

White with #875CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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