Html Css Color HEX #8750BC Deep Lilac

📋 copy color: '#8750BC'

red 135 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #8750BC

Tints of Deep Lilac #8750BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 33.5%
G = 19.85%
B = 46.65%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8750BC (or 0x8750BC) is known color: Deep Lilac. HEX triplet: 87, 50 and BC. RGB value is (135,80,188). Sum of RGB (Red+Green+Blue) = 135+80+188=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #8750BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8750BC is #78AF43. Grayscale: #6C6C6C. Windows color (decimal): -7909188 or 12341383. OLE color: 12341383.

HSL color Cylindrical-coordinate representation of color #8750BC: hue angle of 270.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8750BC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 80 188 -
CMYK 0.28 0.57 0 0.26
HSL 270.56º 0.45% 0.53% -
HSV(B) 270.56º 0.57% 0.74% -
XYZ 21.94 14.52 49.22 -
YUV 108.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 135 80 188 0.28 0.57 0 0.26 270.56 0.45 0.53
Hex 87 50 BC 1C 39 0 1A 10F 2D 35
Octal 207 120 274 34 71 0 32 417 55 65
Binary 10000111 1010000 10111100 11100 111001 0 11010 100001111 101101 110101

Color Harmonies of #8750BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8750BC

Black with #8750BC

Text Example


Text Example

White with #8750BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8750BC; }

 p { color: rgb(135,80,188); }

 H1.HeaderClassName
 {
   color: #8750BC;
 }
 .AnyTagClassName
 {
   color: #8750BC;
 }
</style>

background-color css

<style>
 a { background-color: #8750BC; }

 a { background-color: rgb(135,80,188); }

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

border-color css

<style>
 span { border-color: #8750BC; }

 span { border-color: rgb(135,80,188); }

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