Html Css Color HEX #8650BC Deep Lilac

📋 copy color: '#8650BC'

red 134 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #8650BC

Tints of Deep Lilac #8650BC

RGB

 RED value IS 134 (52.73% from 255) = 33.33%

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

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

R = 33.33%
G = 19.9%
B = 46.77%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8650BC (or 0x8650BC) is known color: Deep Lilac. HEX triplet: 86, 50 and BC. RGB value is (134,80,188). Sum of RGB (Red+Green+Blue) = 134+80+188=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #8650BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8650BC is #79AF43. Grayscale: #6C6C6C. Windows color (decimal): -7974724 or 12341382. OLE color: 12341382.

HSL color Cylindrical-coordinate representation of color #8650BC: hue angle of 270º 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 #8650BC is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 80 188 -
CMYK 0.29 0.57 0 0.26
HSL 270º 0.45% 0.53% -
HSV(B) 270º 0.57% 0.74% -
XYZ 21.78 14.44 49.22 -
YUV 108.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 134 80 188 0.29 0.57 0 0.26 270 0.45 0.53
Hex 86 50 BC 1D 39 0 1A 10E 2D 35
Octal 206 120 274 35 71 0 32 416 55 65
Binary 10000110 1010000 10111100 11101 111001 0 11010 100001110 101101 110101

Color Harmonies of #8650BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8650BC

Black with #8650BC

Text Example


Text Example

White with #8650BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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