Html Css Color HEX #8650C0 Deep Lilac

📋 copy color: '#8650C0'

red 134 ◦ green 80 ◦ blue 192

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

Shades of Deep Lilac #8650C0

Tints of Deep Lilac #8650C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 33%
G = 19.7%
B = 47.29%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8650C0 (or 0x8650C0) is known color: Deep Lilac. HEX triplet: 86, 50 and C0. RGB value is (134,80,192). Sum of RGB (Red+Green+Blue) = 134+80+192=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #8650C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8650C0 is #79AF3F. Grayscale: #6C6C6C. Windows color (decimal): -7974720 or 12603526. OLE color: 12603526.

HSL color Cylindrical-coordinate representation of color #8650C0: hue angle of 268.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8650C0 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 80 192 -
CMYK 0.30 0.58 0 0.25
HSL 268.93º 0.47% 0.53% -
HSV(B) 268.93º 0.58% 0.75% -
XYZ 22.21 14.61 51.52 -
YUV 108.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 134 80 192 0.30 0.58 0 0.25 268.93 0.47 0.53
Hex 86 50 C0 1E 3A 0 19 10D 2F 35
Octal 206 120 300 36 72 0 31 415 57 65
Binary 10000110 1010000 11000000 11110 111010 0 11001 100001101 101111 110101

Color Harmonies of #8650C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8650C0

Black with #8650C0

Text Example


Text Example

White with #8650C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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