Html Css Color HEX #863CB4 Deep Lilac

📋 copy color: '#863CB4'

red 134 ◦ green 60 ◦ blue 180

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

Shades of Deep Lilac #863CB4

Tints of Deep Lilac #863CB4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.04%

 BLUE value IS 180 (70.7% from 255) = 48.13%

R = 35.83%
G = 16.04%
B = 48.13%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#863CB4 (or 0x863CB4) is known color: Deep Lilac. HEX triplet: 86, 3C and B4. RGB value is (134,60,180). Sum of RGB (Red+Green+Blue) = 134+60+180=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #863CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CB4 is #79C34B. Grayscale: #5F5F5F. Windows color (decimal): -7979852 or 11811974. OLE color: 11811974.

HSL color Cylindrical-coordinate representation of color #863CB4: hue angle of 277º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863CB4 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 60 180 -
CMYK 0.26 0.67 0 0.29
HSL 277º 0.5% 0.47% -
HSV(B) 277º 0.67% 0.71% -
XYZ 19.69 11.6 44.38 -
YUV 95.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 134 60 180 0.26 0.67 0 0.29 277 0.5 0.47
Hex 86 3C B4 1A 43 0 1D 115 32 2F
Octal 206 74 264 32 103 0 35 425 62 57
Binary 10000110 111100 10110100 11010 1000011 0 11101 100010101 110010 101111

Color Harmonies of #863CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CB4

Black with #863CB4

Text Example


Text Example

White with #863CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863CB4; }

 p { color: rgb(134,60,180); }

 H1.HeaderClassName
 {
   color: #863CB4;
 }
 .AnyTagClassName
 {
   color: #863CB4;
 }
</style>

background-color css

<style>
 a { background-color: #863CB4; }

 a { background-color: rgb(134,60,180); }

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

border-color css

<style>
 span { border-color: #863CB4; }

 span { border-color: rgb(134,60,180); }

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