Html Css Color HEX #875FC2 Lilac Bush

📋 copy color: '#875FC2'

red 135 ◦ green 95 ◦ blue 194

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

Shades of Lilac Bush #875FC2

Tints of Lilac Bush #875FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.41%

 BLUE value IS 194 (76.17% from 255) = 45.75%

R = 31.84%
G = 22.41%
B = 45.75%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#875FC2 (or 0x875FC2) is known color: Lilac Bush. HEX triplet: 87, 5F and C2. RGB value is (135,95,194). Sum of RGB (Red+Green+Blue) = 135+95+194=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #875FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FC2 is #78A03D. Grayscale: #757575. Windows color (decimal): -7905342 or 12738439. OLE color: 12738439.

HSL color Cylindrical-coordinate representation of color #875FC2: hue angle of 264.24º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875FC2 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 95 194 -
CMYK 0.30 0.51 0 0.24
HSL 264.24º 0.45% 0.57% -
HSV(B) 264.24º 0.51% 0.76% -
XYZ 23.82 17.23 53.11 -
YUV 118.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 135 95 194 0.30 0.51 0 0.24 264.24 0.45 0.57
Hex 87 5F C2 1E 33 0 18 108 2D 39
Octal 207 137 302 36 63 0 30 410 55 71
Binary 10000111 1011111 11000010 11110 110011 0 11000 100001000 101101 111001

Color Harmonies of #875FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FC2

Black with #875FC2

Text Example


Text Example

White with #875FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,95,194); }

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

background-color css

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

 a { background-color: rgb(135,95,194); }

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

border-color css

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

 span { border-color: rgb(135,95,194); }

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