Html Css Color HEX #8750BA Deep Lilac

📋 copy color: '#8750BA'

red 135 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #8750BA

Tints of Deep Lilac #8750BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 33.67%
G = 19.95%
B = 46.38%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8750BA (or 0x8750BA) is known color: Deep Lilac. HEX triplet: 87, 50 and BA. RGB value is (135,80,186). Sum of RGB (Red+Green+Blue) = 135+80+186=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #8750BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8750BA is #78AF45. Grayscale: #6C6C6C. Windows color (decimal): -7909190 or 12210311. OLE color: 12210311.

HSL color Cylindrical-coordinate representation of color #8750BA: hue angle of 271.13º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8750BA is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 80 186 -
CMYK 0.27 0.57 0 0.27
HSL 271.13º 0.43% 0.52% -
HSV(B) 271.13º 0.57% 0.73% -
XYZ 21.72 14.43 48.1 -
YUV 108.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 135 80 186 0.27 0.57 0 0.27 271.13 0.43 0.52
Hex 87 50 BA 1B 39 0 1B 10F 2B 34
Octal 207 120 272 33 71 0 33 417 53 64
Binary 10000111 1010000 10111010 11011 111001 0 11011 100001111 101011 110100

Color Harmonies of #8750BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8750BA

Black with #8750BA

Text Example


Text Example

White with #8750BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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