Html Css Color HEX #864CBC Deep Lilac

📋 copy color: '#864CBC'

red 134 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #864CBC

Tints of Deep Lilac #864CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

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

R = 33.67%
G = 19.1%
B = 47.24%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#864CBC (or 0x864CBC) is known color: Deep Lilac. HEX triplet: 86, 4C and BC. RGB value is (134,76,188). Sum of RGB (Red+Green+Blue) = 134+76+188=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #864CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CBC is #79B343. Grayscale: #696969. Windows color (decimal): -7975748 or 12340358. OLE color: 12340358.

HSL color Cylindrical-coordinate representation of color #864CBC: hue angle of 271.07º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #864CBC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 76 188 -
CMYK 0.29 0.60 0 0.26
HSL 271.07º 0.46% 0.52% -
HSV(B) 271.07º 0.6% 0.74% -
XYZ 21.49 13.87 49.12 -
YUV 106.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 134 76 188 0.29 0.60 0 0.26 271.07 0.46 0.52
Hex 86 4C BC 1D 3C 0 1A 10F 2E 34
Octal 206 114 274 35 74 0 32 417 56 64
Binary 10000110 1001100 10111100 11101 111100 0 11010 100001111 101110 110100

Color Harmonies of #864CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CBC

Black with #864CBC

Text Example


Text Example

White with #864CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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