Html Css Color HEX #864ACB Deep Lilac

📋 copy color: '#864ACB'

red 134 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #864ACB

Tints of Deep Lilac #864ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18%

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 32.6%
G = 18%
B = 49.39%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#864ACB (or 0x864ACB) is known color: Deep Lilac. HEX triplet: 86, 4A and CB. RGB value is (134,74,203). Sum of RGB (Red+Green+Blue) = 134+74+203=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #864ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864ACB is #79B534. Grayscale: #6A6A6A. Windows color (decimal): -7976245 or 13322886. OLE color: 13322886.

HSL color Cylindrical-coordinate representation of color #864ACB: hue angle of 267.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #864ACB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 74 203 -
CMYK 0.34 0.64 0 0.20
HSL 267.91º 0.55% 0.54% -
HSV(B) 267.91º 0.64% 0.8% -
XYZ 23.06 14.28 58.04 -
YUV 106.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 134 74 203 0.34 0.64 0 0.20 267.91 0.55 0.54
Hex 86 4A CB 22 40 0 14 10C 37 36
Octal 206 112 313 42 100 0 24 414 67 66
Binary 10000110 1001010 11001011 100010 1000000 0 10100 100001100 110111 110110

Color Harmonies of #864ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864ACB

Black with #864ACB

Text Example


Text Example

White with #864ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864ACB; }

 p { color: rgb(134,74,203); }

 H1.HeaderClassName
 {
   color: #864ACB;
 }
 .AnyTagClassName
 {
   color: #864ACB;
 }
</style>

background-color css

<style>
 a { background-color: #864ACB; }

 a { background-color: rgb(134,74,203); }

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

border-color css

<style>
 span { border-color: #864ACB; }

 span { border-color: rgb(134,74,203); }

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